|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyProvider | |
org.netbeans.spi.project.support.ant | Principal package for implementing typical Ant-based projects. |
Uses of PropertyProvider in org.netbeans.spi.project.support.ant |
Methods in org.netbeans.spi.project.support.ant that return PropertyProvider | |
static PropertyProvider |
PropertyUtils.globalPropertyProvider()
Create a property evaluator based on PropertyUtils.getGlobalProperties()
and PropertyUtils.putGlobalProperties(org.netbeans.spi.project.support.ant.EditableProperties) . |
static PropertyProvider |
PropertyUtils.propertiesFilePropertyProvider(File propertiesFile)
Create a property provider based on a properties file. |
static PropertyProvider |
PropertyUtils.fixedPropertyProvider(Map defs)
Create a trivial property producer using only a fixed list of property definitions. |
PropertyProvider |
AntProjectHelper.getPropertyProvider(String path)
Get a property provider that works with loadable project properties. |
PropertyProvider |
AntProjectHelper.getStockPropertyPreprovider()
Get a property provider which defines basedir according to
the project directory and also copies all system properties in the current VM. |
Methods in org.netbeans.spi.project.support.ant with parameters of type PropertyProvider | |
static PropertyEvaluator |
PropertyUtils.sequentialPropertyEvaluator(PropertyProvider preprovider,
PropertyProvider[] providers)
Create a property evaluator based on a series of definitions. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |