|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.units4j.dependency.Dependency
public abstract class Dependency
A dependency to a package.
| Constructor Summary | |
|---|---|
Dependency(String packageName)
Constructor with name and comment. |
|
Dependency(String packageName,
boolean includeSubPackages)
Constructor with all possible arguments. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getPackageName()
Returns the name of the package. |
int |
hashCode()
|
boolean |
isIncludeSubPackages()
Does this include the sub packages? |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.fuin.utils4j.ToDebugStringCapable |
|---|
toDebugString |
| Constructor Detail |
|---|
public Dependency(String packageName)
packageName - Full qualified name of the package - Cannot be
null.
public Dependency(String packageName,
boolean includeSubPackages)
packageName - Full qualified name of the package - Cannot be
null.includeSubPackages - If sub package dependencies are included true
else false.| Method Detail |
|---|
public final String getPackageName()
public final boolean isIncludeSubPackages()
true
(default) else false.public final int hashCode()
hashCode in class Objectpublic final boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||