Uses of Interface
snaq.util.jclap.StringOption.Filter
-
-
Uses of StringOption.Filter in snaq.util.jclap
Classes in snaq.util.jclap that implement StringOption.Filter Modifier and Type Class Description static classFileOption.FileFilterImplementation of anStringOption.Filterwhich filters based on existence and type of file to which the string refers.Methods in snaq.util.jclap that return types with arguments of type StringOption.Filter Modifier and Type Method Description Optional<StringOption.Filter>StringOption. getFilter()Returns theStringOption.Filterfor this instance.Methods in snaq.util.jclap with parameters of type StringOption.Filter Modifier and Type Method Description voidStringOption. setFilter(StringOption.Filter filter)Sets theStringOption.Filterfor this instance.
-