Package | Description |
---|---|
org.netbeans.spi.project.support.ant |
Principal package for implementing typical Ant-based projects.
|
Modifier and Type | Method and Description |
---|---|
PropertyEvaluator |
AntProjectHelper.getStandardPropertyEvaluator()
Get a property evaluator that can evaluate properties according to the default
file layout for Ant-based projects.
|
static PropertyEvaluator |
PropertyUtils.sequentialPropertyEvaluator(PropertyProvider preprovider,
PropertyProvider... providers)
Create a property evaluator based on a series of definitions.
|
Modifier and Type | Method and Description |
---|---|
FileBuiltQueryImplementation |
AntProjectHelper.createGlobFileBuiltQuery(PropertyEvaluator eval,
String[] from,
String[] to)
Create an implementation of
FileBuiltQuery that works with files
within the project based on simple glob pattern mappings. |
SharabilityQueryImplementation |
AntProjectHelper.createSharabilityQuery(PropertyEvaluator eval,
String[] sourceRoots,
String[] buildDirectories)
Deprecated.
|
SharabilityQueryImplementation2 |
AntProjectHelper.createSharabilityQuery2(PropertyEvaluator eval,
String[] sourceRoots,
String[] buildDirectories)
Create an implementation of the file sharability query.
|
AntArtifact |
AntProjectHelper.createSimpleAntArtifact(String type,
String locationProperty,
PropertyEvaluator eval,
String targetName,
String cleanTargetName)
Create a basic implementation of
AntArtifact which assumes everything of interest
is in a fixed location under a standard Ant-based project. |
AntArtifact |
AntProjectHelper.createSimpleAntArtifact(String type,
String locationProperty,
PropertyEvaluator eval,
String targetName,
String cleanTargetName,
String buildScriptProperty)
Create a basic implementation of
AntArtifact which assumes everything of interest
is in a fixed location under a standard Ant-based project. |
static PropertyProvider |
PropertyUtils.userPropertiesProvider(PropertyEvaluator findUserPropertiesFile,
String propertyName,
File basedir)
Creates a property provider similar to
PropertyUtils.globalPropertyProvider()
but which can use a different global properties file. |
Constructor and Description |
---|
ReferenceHelper(AntProjectHelper helper,
AuxiliaryConfiguration aux,
PropertyEvaluator eval)
Create a new reference helper.
|
SourcesHelper(AntProjectHelper aph,
PropertyEvaluator evaluator)
Deprecated.
|
SourcesHelper(Project project,
AntProjectHelper aph,
PropertyEvaluator evaluator)
Create the helper object, initially configured to recognize only sources
contained inside the project directory.
|