|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.tools.pdesupport.TargetPlatform.Key
public static class TargetPlatform.Key
Key to store instances of TargetPlatform in a map. The key encapsulates the target loaction (that may is null) and the workspace.
Constructor Summary | |
---|---|
TargetPlatform.Key(Workspace workspace,
java.io.File targetPlatformLocation)
Creates an new instance of type Key. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Returns true if this TargetPlatformKey is the same as the o argument. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TargetPlatform.Key(Workspace workspace, java.io.File targetPlatformLocation)
Creates an new instance of type Key.
workspace
- the workspacetargetPlatformLocation
- the (optional) target platfrom locationMethod Detail |
---|
public boolean equals(java.lang.Object o)
true
if this TargetPlatformKey
is the same as the o argument.
equals
in class java.lang.Object
true
if this TargetPlatformKey
is the same as the o argument.public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |