Interface BuildProperties

  • All Known Implementing Classes:
    BuildPropertiesImpl

    public interface BuildProperties
    Represents a PDE build.properties file as defined by
     {@link http://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 Detail

      • getJavacSource

        String getJavacSource()
      • getJavacTarget

        String getJavacTarget()
      • getJreCompilationProfile

        String getJreCompilationProfile()
      • getForceContextQualifier

        String getForceContextQualifier()
      • getSourceIncludes

        List<String> getSourceIncludes()
      • getSourceExcludes

        List<String> getSourceExcludes()
      • getJarsExtraClasspath

        List<String> getJarsExtraClasspath()
      • getJarsCompileOrder

        List<String> getJarsCompileOrder()
      • getJarToJavacDefaultEncodingMap

        Map<String,​String> getJarToJavacDefaultEncodingMap()
      • getJarToManifestMap

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

        boolean isRootFilesUseDefaultExcludes()