Uses of Interface
org.eclipse.tycho.core.shared.BuildProperties
-
-
Uses of BuildProperties in org.eclipse.tycho.core.osgitools
Fields in org.eclipse.tycho.core.osgitools with type parameters of type BuildProperties Modifier and Type Field Description private LRUCache<java.lang.String,BuildProperties>BuildPropertiesParserImpl. cacheMethods in org.eclipse.tycho.core.osgitools that return BuildProperties Modifier and Type Method Description BuildPropertiesBuildPropertiesParserImpl. parse(java.io.File baseDir) -
Uses of BuildProperties in org.eclipse.tycho.core.osgitools.project
Fields in org.eclipse.tycho.core.osgitools.project declared as BuildProperties Modifier and Type Field Description private BuildPropertiesEclipsePluginProjectImpl. buildPropertiesMethods in org.eclipse.tycho.core.osgitools.project that return BuildProperties Modifier and Type Method Description BuildPropertiesEclipsePluginProject. getBuildProperties()BuildPropertiesEclipsePluginProjectImpl. getBuildProperties() -
Uses of BuildProperties in org.eclipse.tycho.core.shared
Classes in org.eclipse.tycho.core.shared that implement BuildProperties Modifier and Type Class Description classBuildPropertiesImplMethods in org.eclipse.tycho.core.shared that return BuildProperties Modifier and Type Method Description BuildPropertiesBuildPropertiesParser. parse(java.io.File baseDir)Parse the file "build.properties" in baseDir. -
Uses of BuildProperties in org.eclipse.tycho.extras.sourcefeature
Methods in org.eclipse.tycho.extras.sourcefeature with parameters of type BuildProperties Modifier and Type Method Description private org.codehaus.plexus.archiver.FileSetSourceFeatureMojo. getManuallyIncludedFiles(java.io.File basedir, BuildProperties buildProperties) -
Uses of BuildProperties in org.eclipse.tycho.p2.impl.publisher.rootfiles
Constructors in org.eclipse.tycho.p2.impl.publisher.rootfiles with parameters of type BuildProperties Constructor Description FeatureRootAdvice(BuildProperties buildProperties, java.io.File baseDir, java.lang.String artifactId)RootPropertiesParser(java.io.File baseDir, BuildProperties buildProperties) -
Uses of BuildProperties in org.eclipse.tycho.packaging
Methods in org.eclipse.tycho.packaging with parameters of type BuildProperties Modifier and Type Method Description protected voidAbstractTychoPackagingMojo. checkBinIncludesExist(BuildProperties buildProperties, java.lang.String... ignoredIncludes)voidIncludeValidationHelper. checkBinIncludesExist(org.apache.maven.project.MavenProject project, BuildProperties buildProperties, boolean strict, java.lang.String... ignoredIncludes)voidIncludeValidationHelper. checkSourceIncludesExist(org.apache.maven.project.MavenProject project, BuildProperties buildProperties, boolean strict)private java.io.FilePackageFeatureMojo. getFeatureProperties(java.io.File licenseFeature, BuildProperties buildProperties)private org.codehaus.plexus.archiver.FileSetPackageFeatureMojo. getManuallyIncludedFiles(BuildProperties buildProperties) -
Uses of BuildProperties in org.eclipse.tycho.source
Methods in org.eclipse.tycho.source that return BuildProperties Modifier and Type Method Description private BuildPropertiesOsgiSourceMojo. getBuildProperties()Methods in org.eclipse.tycho.source with parameters of type BuildProperties Modifier and Type Method Description protected java.util.List<org.apache.maven.model.Resource>OsgiSourceMojo. getSources(org.apache.maven.project.MavenProject p, boolean requireSourceRoots, BuildProperties buildProperties)
-