Modifier and Type | Field and Description |
---|---|
private LRUCache<java.lang.String,BuildProperties> |
BuildPropertiesParserImpl.cache |
Modifier and Type | Method and Description |
---|---|
BuildProperties |
BuildPropertiesParserImpl.parse(java.io.File baseDir) |
Modifier and Type | Field and Description |
---|---|
private BuildProperties |
EclipsePluginProjectImpl.buildProperties |
Modifier and Type | Method and Description |
---|---|
BuildProperties |
EclipsePluginProjectImpl.getBuildProperties() |
BuildProperties |
EclipsePluginProject.getBuildProperties() |
Modifier and Type | Class and Description |
---|---|
class |
BuildPropertiesImpl |
Modifier and Type | Method and Description |
---|---|
BuildProperties |
BuildPropertiesParser.parse(java.io.File baseDir)
Parse the file "build.properties" in baseDir.
|
Constructor and Description |
---|
FeatureRootAdvice(BuildProperties buildProperties,
java.io.File baseDir,
java.lang.String artifactId) |
RootPropertiesParser(java.io.File baseDir,
BuildProperties buildProperties) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTychoPackagingMojo.checkBinIncludesExist(BuildProperties buildProperties,
java.lang.String... ignoredIncludes) |
void |
IncludeValidationHelper.checkBinIncludesExist(org.apache.maven.project.MavenProject project,
BuildProperties buildProperties,
boolean strict,
java.lang.String... ignoredIncludes) |
void |
IncludeValidationHelper.checkSourceIncludesExist(org.apache.maven.project.MavenProject project,
BuildProperties buildProperties,
boolean strict) |
private java.io.File |
PackageFeatureMojo.getFeatureProperties(java.io.File licenseFeature,
BuildProperties buildProperties) |
private org.codehaus.plexus.archiver.FileSet |
PackageFeatureMojo.getManuallyIncludedFiles(BuildProperties buildProperties) |
Modifier and Type | Method and Description |
---|---|
private BuildProperties |
OsgiSourceMojo.getBuildProperties() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<org.apache.maven.model.Resource> |
OsgiSourceMojo.getSources(org.apache.maven.project.MavenProject p,
boolean requireSourceRoots,
BuildProperties buildProperties) |