Package org.eclipse.tycho.core.shared
Interface BuildProperties
-
- All Known Implementing Classes:
BuildPropertiesImpl
public interface BuildPropertiesRepresents 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getBinExcludes()List<String>getBinIncludes()StringgetForceContextQualifier()List<String>getJarsCompileOrder()List<String>getJarsExtraClasspath()Map<String,List<String>>getJarToExtraClasspathMap()Map<String,String>getJarToJavacDefaultEncodingMap()Map<String,String>getJarToManifestMap()Custom manifests for nested jarsMap<String,String>getJarToOutputFolderMap()Map<String,List<String>>getJarToSourceFolderMap()StringgetJavacSource()StringgetJavacTarget()StringgetJreCompilationProfile()Map<String,String>getRootEntries()List<String>getSourceExcludes()List<String>getSourceIncludes()booleanisRootFilesUseDefaultExcludes()
-