Uses of Class
biweekly.property.marshaller.ICalPropertyMarshaller.Splitter

Packages that use ICalPropertyMarshaller.Splitter
biweekly.property.marshaller   
 

Uses of ICalPropertyMarshaller.Splitter in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return ICalPropertyMarshaller.Splitter
 ICalPropertyMarshaller.Splitter ICalPropertyMarshaller.Splitter.limit(int limit)
          Sets the max number of split strings it should parse.
 ICalPropertyMarshaller.Splitter ICalPropertyMarshaller.Splitter.removeEmpties(boolean removeEmpties)
          Sets whether to remove empty elements.
protected static ICalPropertyMarshaller.Splitter ICalPropertyMarshaller.split(String string, String delimiter)
          Splits a string by a delimiter, taking escaped characters into account.
 ICalPropertyMarshaller.Splitter ICalPropertyMarshaller.Splitter.unescape(boolean unescape)
          Sets whether to unescape each split string.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.