|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.deployapi.TargetImpl
public class TargetImpl
Implements the Target interface as specified by JSR-88.
This implementation is independent of the concrete type of its owner.
| Constructor Summary | |
|---|---|
TargetImpl(TargetOwner owner,
String name,
String description)
Creates a new TargetImpl object. |
|
| Method Summary | |
|---|---|
String |
exportClientStubs(String appName,
String destDir)
Exports the Client stub jars to the given location. |
String |
getDescription()
Returns the description of the Target. |
String |
getName()
Returns the name of the Target. |
TargetOwner |
getOwner()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TargetImpl(TargetOwner owner,
String name,
String description)
Note that this constructor should normally be used only by a TargetOwner.
Logic that needs to create Target instances should invoke TargetOwner.createTarget(java.lang.String) or
TargetOwner.createTargets(java.lang.String[]) on the TargetOwner.
owner - name - description - | Method Detail |
|---|
public String getName()
getName in interface Targetpublic String getDescription()
getDescription in interface Targetpublic TargetOwner getOwner()
public String exportClientStubs(String appName,
String destDir)
throws IOException
appName - The name of the application or module.destDir - The directory into which the stub jar file
should be exported.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||