|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.dpml.library.info.AbstractDirective
net.dpml.library.info.DependencyDirective
public final class DependencyDirective
The ModuleDirective class describes a module data-structure.
| Field Summary | |
|---|---|
static Scope |
BUILD
BUILD scope. |
static Scope |
RUNTIME
RUNTIME scope. |
static Scope |
TEST
TEST scope. |
| Constructor Summary | |
|---|---|
DependencyDirective(Scope scope,
IncludeDirective[] includes)
Creation of a new dependency directive. |
|
DependencyDirective(Scope scope,
IncludeDirective[] includes,
Properties properties)
Creation of a new dependency directive. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Compare this object with another for equality. |
IncludeDirective[] |
getIncludeDirectives()
Return the array of resource includes associated with the dependency group. |
IncludeDirective[] |
getIncludeDirectives(Category category)
Return the array of resource includes associated with the dependency group filtered relative to a supplied category. |
Scope |
getScope()
Return the dependency scope. |
int |
hashCode()
Compute the hash value. |
| Methods inherited from class net.dpml.library.info.AbstractDirective |
|---|
equals, getProperties, getProperty, hashArray, hashValue |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Scope BUILD
public static final Scope RUNTIME
public static final Scope TEST
| Constructor Detail |
|---|
public DependencyDirective(Scope scope,
IncludeDirective[] includes)
scope - the scopeincludes - an array of resource includes
public DependencyDirective(Scope scope,
IncludeDirective[] includes,
Properties properties)
scope - the scopeincludes - an array of resource includesproperties - supplimentary properties| Method Detail |
|---|
public Scope getScope()
public IncludeDirective[] getIncludeDirectives()
public IncludeDirective[] getIncludeDirectives(Category category)
category - a runtime category argument (SYSTEM, PUBLIC, PROTECTED or PRIVATE)
public boolean equals(Object other)
equals in class AbstractDirectiveother - the other object
public int hashCode()
hashCode in class AbstractDirective
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||