public interface BuildProperties
Represents a PDE build.properties file as defined by
Note that not all keys defined by PDE are supported.} .invalid @link
{@link https://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.pde.doc.user/reference/pde_feature_generating_build.htm
-
Method Summary
Modifier and TypeMethodDescriptionCustom manifests for nested jarsboolean
-
Method Details
-
getJavacSource
String getJavacSource() -
getJavacTarget
String getJavacTarget() -
getJreCompilationProfile
String getJreCompilationProfile() -
getForceContextQualifier
String getForceContextQualifier() -
getBinIncludes
-
getBinExcludes
-
getSourceIncludes
-
getSourceExcludes
-
getJarsExtraClasspath
-
getJarsCompileOrder
-
getJarToJavacDefaultEncodingMap
-
getJarToOutputFolderMap
-
getJarToExcludeFileMap
-
getJarToManifestMap
Custom manifests for nested jars -
getRootEntries
-
getJarToSourceFolderMap
-
getJarToExtraClasspathMap
-
isRootFilesUseDefaultExcludes
boolean isRootFilesUseDefaultExcludes() -
getAdditionalBundles
Collection<String> getAdditionalBundles()
-