Interface BuildProperties


public interface BuildProperties
Represents a PDE build.properties file as defined by
 
invalid @link
{@link https://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.pde.doc.user/reference/pde_feature_generating_build.htm
} .
Note that not all keys defined by PDE are supported.
  • Method Details

    • getJavacSource

      String getJavacSource()
    • getJavacTarget

      String getJavacTarget()
    • getJreCompilationProfile

      String getJreCompilationProfile()
    • getForceContextQualifier

      String getForceContextQualifier()
    • getBinIncludes

      List<String> getBinIncludes()
    • getBinExcludes

      List<String> getBinExcludes()
    • getSourceIncludes

      List<String> getSourceIncludes()
    • getSourceExcludes

      List<String> getSourceExcludes()
    • getJarsExtraClasspath

      List<String> getJarsExtraClasspath()
    • getJarsCompileOrder

      List<String> getJarsCompileOrder()
    • getJarToJavacDefaultEncodingMap

      Map<String,String> getJarToJavacDefaultEncodingMap()
    • getJarToOutputFolderMap

      Map<String,String> getJarToOutputFolderMap()
    • getJarToExcludeFileMap

      Map<String,List<String>> getJarToExcludeFileMap()
    • getJarToManifestMap

      Map<String,String> getJarToManifestMap()
      Custom manifests for nested jars
    • getRootEntries

      Map<String,String> getRootEntries()
    • getJarToSourceFolderMap

      Map<String,List<String>> getJarToSourceFolderMap()
    • getJarToExtraClasspathMap

      Map<String,List<String>> getJarToExtraClasspathMap()
    • isRootFilesUseDefaultExcludes

      boolean isRootFilesUseDefaultExcludes()
    • getAdditionalBundles

      Collection<String> getAdditionalBundles()