|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.PropertyContainer
stella.AbstractTargetProvider<T>
public abstract class AbstractTargetProvider<T extends TargetDefinition>
Class to provide basic methods.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class util.PropertyContainer |
|---|
PropertyContainer.URLResource |
| Field Summary |
|---|
| Fields inherited from class util.PropertyContainer |
|---|
KEY_LISTSEPARATOR, KEY_LOCALECOUNTRY, KEY_LOCALELANGUAGE, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATOR, KEY_NOINITONCREATE, KEY_RESOURCEBUNDLES |
| Fields inherited from interface stella.TargetProviding |
|---|
SERIAL, XML |
| Fields inherited from interface util.PropertyBearing |
|---|
CONFIG, KEY_CLASS, KEY_URLRESOURCES, KEY_URLUSECONFIG, KEY_URLUSECURRENT, KEY_URLUSEHOME |
| Constructor Summary | |
|---|---|
protected |
AbstractTargetProvider(Map<String,String> prop)
Constructor chain. |
| Method Summary | ||
|---|---|---|
static
|
getTargetByName(Collection<T> targetlist,
String name)
Returns the ParsedTarget-definition of the target with the
given name. |
|
static Collection<String> |
getTargetNames(Collection<? extends TargetDefinition> list)
Takes a collection of targets and returns a collection of their names. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface stella.TargetProviding |
|---|
addTarget, clear, getActiveTargets, getAllTargets, getCompletedTargets, getFromActive, getFromAll, removeTarget, restore |
| Constructor Detail |
|---|
protected AbstractTargetProvider(Map<String,String> prop)
| Method Detail |
|---|
public static <T extends TargetDefinition> T getTargetByName(Collection<T> targetlist,
String name)
ParsedTarget-definition of the target with the
given name.
public static Collection<String> getTargetNames(Collection<? extends TargetDefinition> list)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||