|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.tools.pdesupport.TargetPlatformFactory
public class TargetPlatformFactory
The target platform factory can be used to get an instance of type TargetPlatform. The created instances are stored in a map.
Constructor Summary | |
---|---|
TargetPlatformFactory()
|
Method Summary | |
---|---|
static void |
clear()
Removes all target platforms from the factory. |
static TargetPlatform |
getInstance(Workspace workspace)
Returns an instance of TargetPlatform with the given workspace. |
static TargetPlatform |
getInstance(Workspace workspace,
java.io.File targetLocation)
Returns an instance of TargetPlatform with the given targetLocation and workspace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TargetPlatformFactory()
Method Detail |
---|
public static TargetPlatform getInstance(Workspace workspace, java.io.File targetLocation)
Returns an instance of TargetPlatform with the given targetLocation and workspace.
workspace
- the workspace which contains the projects to build.targetLocation
- the location of the platform against which the workspace plugins will be compiled and tested
public static TargetPlatform getInstance(Workspace workspace)
Returns an instance of TargetPlatform with the given workspace.
targetLocation
- the location of the platform against which the workspace plugins will be compiled and tested
public static void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |