|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectableArrayList | |
---|---|
org.tinyjee.maven.dim.extensions | Contains bundled extensions that enhance the functionality of the macro. |
org.tinyjee.maven.dim.utils | Contains the shared utility classes. |
Uses of SelectableArrayList in org.tinyjee.maven.dim.extensions |
---|
Subclasses of SelectableArrayList in org.tinyjee.maven.dim.extensions | |
---|---|
class |
SelectableMappedJavaEntitiesList
Implements AbstractSelectableJavaEntitiesList to let it host output from JavaSourceLoader . |
Uses of SelectableArrayList in org.tinyjee.maven.dim.utils |
---|
Subclasses of SelectableArrayList in org.tinyjee.maven.dim.utils | |
---|---|
class |
AbstractSelectableJavaEntitiesList<E>
Implements a base class for selectable lists of qdox based java entities ( AbstractJavaEntity )
using an AOP-like expressions syntax to select classes, methods and fields. |
class |
SelectableJavaEntitiesList<E extends AbstractJavaEntity>
Implements AbstractSelectableJavaEntitiesList for elements that directly derive from AbstractJavaEntity . |
Methods in org.tinyjee.maven.dim.utils that return SelectableArrayList | |
---|---|
SelectableArrayList<E> |
SelectableArrayList.clone()
|
SelectableArrayList<E> |
SelectableArrayList.select(SelectableArrayList.Selector<E> selector)
Selects a sub list of all elements that were matched by the given selector. |
SelectableArrayList<E> |
SelectableArrayList.selectMatching(String... regularExpressions)
Selects all elements whose string representation matches the one of given regular expressions. |
SelectableArrayList<E> |
SelectableArrayList.selectMatching(String regularExpression)
Selects all elements whose string representation matches the given regular expression. |
SelectableArrayList<E> |
SelectableArrayList.selectNonMatching(String regularExpression)
Selects all elements whose string representation does NOT match the given regular expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |