| java.lang.Object org.eclipse.pde.internal.build.AbstractScriptGenerator
All known Subclasses: org.eclipse.pde.internal.build.AssembleConfigScriptGenerator, org.eclipse.pde.internal.build.builder.AbstractBuildScriptGenerator, org.eclipse.pde.internal.build.ProductGenerator, org.eclipse.pde.internal.build.BuildScriptGenerator, org.eclipse.pde.internal.build.packager.UnzipperGenerator, org.eclipse.pde.internal.build.packager.FetchFileGenerator, org.eclipse.pde.internal.build.FetchScriptGenerator, org.eclipse.pde.internal.build.AssembleScriptGenerator, org.eclipse.pde.internal.build.FeatureGenerator,
Inner Class :public static class MissingProperties extends Properties | |
buildingOSGi | protected static boolean buildingOSGi(Code) | | |
embeddedSource | protected static boolean embeddedSource(Code) | | |
featuresForFilterRoots | protected List featuresForFilterRoots(Code) | | |
filterState | protected boolean filterState(Code) | | Indicate whether the content of the pdestate should only contain the plugins that are in the transitive closure of the features being built
|
forceUpdateJarFormat | protected static boolean forceUpdateJarFormat(Code) | | |
pluginsForFilterRoots | protected List pluginsForFilterRoots(Code) | | |
reportResolutionErrors | protected boolean reportResolutionErrors(Code) | | |
sitePaths | protected String[] sitePaths(Code) | | Location of the plug-ins and fragments.
|
workingDirectory | protected static String workingDirectory(Code) | | |
closeScript | public void closeScript()(Code) | | |
flushState | protected void flushState()(Code) | | |
generate | abstract public void generate() throws CoreException(Code) | | Starting point for script generation. See subclass implementations for
individual comments.
throws: CoreException - |
getConfigInfos | public static List getConfigInfos()(Code) | | |
getDefaultBuildingOSGi | public static boolean getDefaultBuildingOSGi()(Code) | | |
getDefaultConfigInfos | public static String getDefaultConfigInfos()(Code) | | |
getDefaultEmbeddedSource | public static boolean getDefaultEmbeddedSource()(Code) | | |
getDefaultOutputFormat | public static String getDefaultOutputFormat()(Code) | | |
getForceUpdateJarFormat | public static boolean getForceUpdateJarFormat()(Code) | | |
getLocation | public String getLocation(BundleDescription model)(Code) | | Return the file system location for the given plug-in model object.
Parameters: model - the plug-in String |
getPluginPath | public String[] getPluginPath()(Code) | | Return the path of the plugins //TODO Do we need to add support for features, or do we simply consider one list of URL? It is just a matter of style/
URL[] |
getPropertyAsBoolean | public static boolean getPropertyAsBoolean(String key)(Code) | | |
getSite | public BuildTimeSite getSite(boolean refresh) throws CoreException(Code) | | Return a build time site referencing things to be built.
Parameters: refresh - : indicate if a refresh must be performed. Although this flag is set to true, a new site is not rebuild if the urls of the site did not changed BuildTimeSite throws: CoreException - |
getWorkingDirectory | public static String getWorkingDirectory()(Code) | | |
havePDEUIState | protected boolean havePDEUIState()(Code) | | |
isBuildingOSGi | public static boolean isBuildingOSGi()(Code) | | |
openScript | public void openScript(String scriptLocation, String scriptName) throws CoreException(Code) | | |
setBuildingOSGi | public void setBuildingOSGi(boolean b)(Code) | | |
setConfigInfo | public static void setConfigInfo(String spec) throws CoreException(Code) | | |
setEmbeddedSource | public static void setEmbeddedSource(boolean embed)(Code) | | |
setFilterState | public void setFilterState(boolean filter)(Code) | | |
setForceUpdateJar | public static void setForceUpdateJar(boolean force)(Code) | | |
setNextId | public void setNextId(long nextId)(Code) | | |
setPDEState | public void setPDEState(State state)(Code) | | |
setPlatformProperties | public void setPlatformProperties(String filename)(Code) | | |
setPluginPath | public void setPluginPath(String[] path)(Code) | | Sets the pluginPath.
Parameters: path - |
setStateExtraData | public void setStateExtraData(HashMap classpath, Map patchData)(Code) | | |
setStaticAntProperties | protected static void setStaticAntProperties(Properties properties)(Code) | | |
setWorkingDirectory | public void setWorkingDirectory(String location)(Code) | | |
|
|