- separate(String, String) - Static method in class org.andromda.utils.StringUtilsHelper
-
Converts the argument to lowercase, removes all non-word characters, and
replaces each of those sequences by the separator.
- setJavaTypeConversionIgnoreList(String) - Method in class org.andromda.utils.JavaTypeConverter
-
Specifies a list of one or more fully qualified java types that should be ignored
whenever a type conversion is done.
- setNullsFirst(boolean) - Method in class org.andromda.utils.beans.SortCriteria
-
- setOrdering(SortCriteria.Ordering) - Method in class org.andromda.utils.beans.SortCriteria
-
Sets the ordering to use for sorting.
- setSortBy(String) - Method in class org.andromda.utils.beans.SortCriteria
-
Sets the name of the property by which to sort.
- setSortCriteria(SortCriteria) - Method in class org.andromda.utils.beans.comparators.BeanComparator
-
Sets the new sortCriteria value
- singularize(String) - Static method in class org.andromda.utils.inflector.EnglishInflector
-
Converts an English word to singular form.
- sort(Collection<T>, String, SortCriteria.Ordering) - Static method in class org.andromda.utils.beans.BeanSorter
-
- sort(Collection<T>, String, boolean) - Static method in class org.andromda.utils.beans.BeanSorter
-
- sort(Collection<T>, String, SortCriteria.Ordering, boolean) - Static method in class org.andromda.utils.beans.BeanSorter
-
- sort(Collection<T>, SortCriteria[]) - Static method in class org.andromda.utils.beans.BeanSorter
-
Sorts the passed in Collection and returns
a sorted List.
- SortCriteria - Class in org.andromda.utils.beans
-
Used to contain sort criteria.
- SortCriteria(String) - Constructor for class org.andromda.utils.beans.SortCriteria
-
Creates a SortCriteria object with the default ascending ordering and nulls
placed first.
- SortCriteria(String, boolean) - Constructor for class org.andromda.utils.beans.SortCriteria
-
Creates a new instance of this SortCriteria class.
- SortCriteria(String, SortCriteria.Ordering) - Constructor for class org.andromda.utils.beans.SortCriteria
-
Creates a new instance of this SortCriteria class.
- SortCriteria(String, SortCriteria.Ordering, boolean) - Constructor for class org.andromda.utils.beans.SortCriteria
-
Creates a new instance of this SortCriteria class.
- SortCriteria.Ordering - Class in org.andromda.utils.beans
-
Represents the types of ordering that may occur when sorting
with the
BeanSorter
.
- SortException - Exception in org.andromda.utils.beans
-
Thrown when an unexpected exception occurs during sorting.
- SortException(Throwable) - Constructor for exception org.andromda.utils.beans.SortException
-
- SortException(String) - Constructor for exception org.andromda.utils.beans.SortException
-
- SortException(String, Throwable) - Constructor for exception org.andromda.utils.beans.SortException
-
- startsWithLowercaseLetter(String) - Static method in class org.andromda.utils.StringUtilsHelper
-
Returns true if the input string starts with a lowercase letter.
- startsWithUppercaseLetter(String) - Static method in class org.andromda.utils.StringUtilsHelper
-
Returns true if the input string starts with an uppercase letter.
- StringComparator - Class in org.andromda.utils.beans.comparators
-
Used to sort String values
- StringComparator() - Constructor for class org.andromda.utils.beans.comparators.StringComparator
-
- StringUtilsHelper - Class in org.andromda.utils
-
A utility object for doing string manipulation operations that are commonly
needed by the code generation templates.
- StringUtilsHelper() - Constructor for class org.andromda.utils.StringUtilsHelper
-
- suffixLines(String, String) - Static method in class org.andromda.utils.StringUtilsHelper
-
Suffixes each line with the argument suffix.