|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Property in org.springframework.roo.project |
---|
Methods in org.springframework.roo.project that return types with arguments of type Property | |
---|---|
Set<Property> |
ProjectMetadata.getPropertiesExcludingValue(Property property)
Locates any properties which match the presented property, excluding the value. |
Methods in org.springframework.roo.project with parameters of type Property | |
---|---|
void |
ProjectOperations.addProperty(Property property)
Allows addition of a property to the POM. |
void |
ProjectMetadataProvider.addProperty(Property property)
Attempts to add the specified property. |
void |
AbstractProjectOperations.addProperty(Property property)
|
int |
Property.compareTo(Property o)
|
Set<Property> |
ProjectMetadata.getPropertiesExcludingValue(Property property)
Locates any properties which match the presented property, excluding the value. |
boolean |
ProjectMetadata.isPropertyRegistered(Property property)
Convenience method for determining whether a particular pom property is registered. |
void |
PropertyListener.propertyAdded(Property property)
|
void |
PropertyListener.propertyRemoved(Property property)
|
void |
ProjectOperations.removeProperty(Property property)
Allows remove of an existing property from the POM. |
void |
ProjectMetadataProvider.removeProperty(Property property)
Attempts to remove the specified property dependency. |
void |
AbstractProjectOperations.removeProperty(Property property)
|
Constructor parameters in org.springframework.roo.project with type arguments of type Property | |
---|---|
ProjectMetadata(org.springframework.roo.model.JavaPackage topLevelPackage,
String projectName,
Set<Dependency> dependencies,
Set<Plugin> buildPlugins,
Set<Repository> repositories,
Set<Repository> pluginRepositories,
Set<Property> pomProperties,
PathResolver pathResolver)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |