A B C D E F G I J L M N O P R S T U 

A

ASCENDING - Static variable in class org.andromda.utils.beans.SortCriteria.Ordering
Indicates sorting should be performed ascending.

B

BeanComparator - Class in org.andromda.utils.beans.comparators
Used by BeanSorter to provide sorting capabilities for beans.
BeanComparator(SortCriteria) - Constructor for class org.andromda.utils.beans.comparators.BeanComparator
 
BeanComparatorException - Exception in org.andromda.utils.beans.comparators
Thrown when an unexpected error occurs during BeanSorter execution.
BeanComparatorException(Throwable) - Constructor for exception org.andromda.utils.beans.comparators.BeanComparatorException
 
BeanComparatorException(String) - Constructor for exception org.andromda.utils.beans.comparators.BeanComparatorException
 
BeanComparatorException(String, Throwable) - Constructor for exception org.andromda.utils.beans.comparators.BeanComparatorException
 
BeanSorter - Class in org.andromda.utils.beans
Provides bean sorting capabilities.
BeanSorter() - Constructor for class org.andromda.utils.beans.BeanSorter
 
BooleanComparator - Class in org.andromda.utils.beans.comparators
Used to sort Boolean values
BooleanComparator() - Constructor for class org.andromda.utils.beans.comparators.BooleanComparator
 

C

CalendarComparator - Class in org.andromda.utils.beans.comparators
Used to sort by Calendar values
CalendarComparator() - Constructor for class org.andromda.utils.beans.comparators.CalendarComparator
 
CharacterComparator - Class in org.andromda.utils.beans.comparators
Used to sort by Character values
CharacterComparator() - Constructor for class org.andromda.utils.beans.comparators.CharacterComparator
 
ComparatorException - Exception in org.andromda.utils.beans.comparators
An exception thrown during execution of a comparator.
ComparatorException(Throwable) - Constructor for exception org.andromda.utils.beans.comparators.ComparatorException
 
ComparatorException(String) - Constructor for exception org.andromda.utils.beans.comparators.ComparatorException
 
ComparatorException(String, Throwable) - Constructor for exception org.andromda.utils.beans.comparators.ComparatorException
 
compare(Object, Object) - Method in class org.andromda.utils.beans.comparators.BeanComparator
 
compare(Object, Object) - Method in class org.andromda.utils.beans.comparators.BooleanComparator
Used to sort Boolean values, both objects are assumed to be Boolean instances.
compare(Object, Object) - Method in class org.andromda.utils.beans.comparators.CalendarComparator
Used to sort Calendar values, both objects are assumed to be assignable to java.util.Calendar
compare(Object, Object) - Method in class org.andromda.utils.beans.comparators.CharacterComparator
Used to sort Character values, both objects are assumed to be assignable to Character
compare(Object, Object) - Method in class org.andromda.utils.beans.comparators.DateComparator
Used to sort Date values, both objects are assumed to be assignable to java.util.Date
compare(Object, Object) - Method in class org.andromda.utils.beans.comparators.NumberComparator
Used to sort Number values, both objects are assumed to be Number instances.
compare(Object, Object) - Method in class org.andromda.utils.beans.comparators.StringComparator
Used to sort String values, both objects are assumed to be String instances.
containsTimeFormat(String) - Static method in class org.andromda.utils.DateUtilsHelper
Checks whether a perl formatted date contains information about displaying time.

D

DateComparator - Class in org.andromda.utils.beans.comparators
Used to sort by Date values
DateComparator() - Constructor for class org.andromda.utils.beans.comparators.DateComparator
 
DateUtilsHelper - Class in org.andromda.utils
Provides additional methods supporting various date-related features
DateUtilsHelper() - Constructor for class org.andromda.utils.DateUtilsHelper
 
DESCENDING - Static variable in class org.andromda.utils.beans.SortCriteria.Ordering
Indicates sorting should be performed descending.

E

EnglishInflector - Class in org.andromda.utils.inflector
Language utility for transforming English words.
EnglishInflector() - Constructor for class org.andromda.utils.inflector.EnglishInflector
 

F

format(String) - Static method in class org.andromda.utils.StringUtilsHelper
Formats the argument string without any indentation, the text will be wrapped at the default column.
format(String, String) - Static method in class org.andromda.utils.StringUtilsHelper
Formats the given argument with the specified indentation, wrapping the text at a 64 column margin.
format(String, String, int) - Static method in class org.andromda.utils.StringUtilsHelper
Formats the given argument with the specified indentation, wrapping the text at the desired column margin.
format(String, String, int, boolean) - Static method in class org.andromda.utils.StringUtilsHelper
Formats the given argument with the specified indentation, wrapping the text at the desired column margin.
formatJavaToPerl(String) - Static method in class org.andromda.utils.DateUtilsHelper
Converts a Java SimpleDateFormat into an equivalent String suited for dates used on Perl/PHP platforms.
FrenchInflector - Class in org.andromda.utils.inflector
Language utility for transforming French words
FrenchInflector() - Constructor for class org.andromda.utils.inflector.FrenchInflector
 
FrenchInflector.Inflection - Class in org.andromda.utils.inflector
 
FrenchInflector.Inflection(Pattern, String) - Constructor for class org.andromda.utils.inflector.FrenchInflector.Inflection
 
FrenchInflector.Inflection(String, String) - Constructor for class org.andromda.utils.inflector.FrenchInflector.Inflection
 

G

getJavaLangTypeName(String) - Static method in class org.andromda.utils.JavaTypeConverter
Creates a java.lang.
getLineSeparator() - Static method in class org.andromda.utils.StringUtilsHelper
Gets the line separator.
getOrdering() - Method in class org.andromda.utils.beans.SortCriteria
Gets the current ordering to be used.
getPattern() - Method in class org.andromda.utils.inflector.FrenchInflector.Inflection
 
getReplace() - Method in class org.andromda.utils.inflector.FrenchInflector.Inflection
 
getSortBy() - Method in class org.andromda.utils.beans.SortCriteria
Gets the sort by name.
getSortCriteria() - Method in class org.andromda.utils.beans.comparators.BeanComparator
Returns the current sortCriteria value
GlobalPatternFileReplace - Class in org.andromda.utils
Iterate down through a directory hierarchy, replace @andromda.whatever.whatever with the Java compliant andromda_whatever_whatever tagged value (attribute) format.
GlobalPatternFileReplace() - Constructor for class org.andromda.utils.GlobalPatternFileReplace
 

I

isNullsFirst() - Method in class org.andromda.utils.beans.SortCriteria
 

J

JavaTypeConverter - Class in org.andromda.utils
A utility object used by the code generator when it needs to convert an object from one data type to another.
JavaTypeConverter() - Constructor for class org.andromda.utils.JavaTypeConverter
 

L

lowerCamelCaseName(String) - Static method in class org.andromda.utils.StringUtilsHelper
Returns the argument string as a camel cased name beginning with a lowercased letter.

M

main(String[]) - Static method in class org.andromda.utils.GlobalPatternFileReplace
 

N

NumberComparator - Class in org.andromda.utils.beans.comparators
Used to sort Number values
NumberComparator() - Constructor for class org.andromda.utils.beans.comparators.NumberComparator
 

O

org.andromda.utils - package org.andromda.utils
 
org.andromda.utils.beans - package org.andromda.utils.beans
 
org.andromda.utils.beans.comparators - package org.andromda.utils.beans.comparators
 
org.andromda.utils.inflector - package org.andromda.utils.inflector
 

P

pluralize(String) - Static method in class org.andromda.utils.inflector.EnglishInflector
Converts an English word to plural form.
pluralize(String) - Static method in class org.andromda.utils.inflector.FrenchInflector
Converts an French word to plural form
pluralize(String) - Static method in class org.andromda.utils.StringUtilsHelper
Linguistically pluralizes a singular noun.
prefixWithAPredicate(String) - Static method in class org.andromda.utils.StringUtilsHelper
Takes an English word as input and prefixes it with 'a ' or 'an ' depending on the first character of the argument String.

R

removeLastOccurrence(String, String) - Static method in class org.andromda.utils.StringUtilsHelper
Removes the last occurrence of the oldValue found within the string.
replaceSuffix(String, String, String) - Static method in class org.andromda.utils.StringUtilsHelper
Replaces a given suffix of the source string with a new one.

S

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
Performs sorting of the collection by one property to sort with more than one property see BeanSorter.sort(java.util.Collection, SortCriteria[]).
sort(Collection<T>, String, boolean) - Static method in class org.andromda.utils.beans.BeanSorter
Performs sorting of the collection by one property to sort with more than one property see BeanSorter.sort(java.util.Collection, SortCriteria[]).
sort(Collection<T>, String, SortCriteria.Ordering, boolean) - Static method in class org.andromda.utils.beans.BeanSorter
Performs sorting of the collection by one property to sort with more than one property see BeanSorter.sort(java.util.Collection, SortCriteria[]).
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.

T

toPhrase(String) - Static method in class org.andromda.utils.StringUtilsHelper
Converts into a string suitable as a human readable phrase, First character is uppercase (the rest is left unchanged), words are separated by a space.
toResourceMessage(String) - Static method in class org.andromda.utils.StringUtilsHelper
Converts any multi-line String into a version that is suitable to be included as-is in properties resource bundle.
toResourceMessageKey(String) - Static method in class org.andromda.utils.StringUtilsHelper
Converts the argument into a message key in a properties resource bundle, all lowercase characters, words are separated by dots.
toSingleLine(String) - Static method in class org.andromda.utils.StringUtilsHelper
Converts multi-line text into a single line, normalizing whitespace in the process.
toString() - Method in class org.andromda.utils.beans.SortCriteria.Ordering
 
typeConvert(String, String, String) - Method in class org.andromda.utils.JavaTypeConverter
Attempts to code a type conversion from the specified source value to the target type that can be used on the right hand side of an assignment.

U

unpack(File) - Static method in class org.andromda.utils.GlobalPatternFileReplace
Unpacks the archive file.
unpack(File, File) - Static method in class org.andromda.utils.GlobalPatternFileReplace
Unpacks the archive file.
upperCamelCaseName(String) - Static method in class org.andromda.utils.StringUtilsHelper
Returns the argument string as a camel cased name beginning with an uppercased letter.
A B C D E F G I J L M N O P R S T U 

Copyright © 2003–2014 AndroMDA.org. All rights reserved.