|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Repository in org.springframework.roo.project |
---|
Methods in org.springframework.roo.project with parameters of type Repository | |
---|---|
void |
ProjectOperations.addPluginRepository(Repository repository)
Allows addition of a plugin repository to the POM. |
void |
ProjectMetadataProvider.addPluginRepository(Repository repository)
Attempts to add the specified plugin repository. |
void |
AbstractProjectOperations.addPluginRepository(Repository repository)
|
void |
ProjectOperations.addRepository(Repository repository)
Allows addition of a repository to the POM. |
void |
ProjectMetadataProvider.addRepository(Repository repository)
Attempts to add the specified repository. |
void |
AbstractProjectOperations.addRepository(Repository repository)
|
int |
Repository.compareTo(Repository o)
|
boolean |
ProjectMetadata.isPluginRepositoryRegistered(Repository repository)
Convenience method for determining whether a particular plugin repository is registered. |
boolean |
ProjectMetadata.isRepositoryRegistered(Repository repository)
Convenience method for determining whether a particular repository is registered. |
void |
ProjectOperations.removePluginRepository(Repository repository)
Allows remove of an existing plugin repository from the POM. |
void |
ProjectMetadataProvider.removePluginRepository(Repository repository)
Attempts to remove the specified plugin repository. |
void |
AbstractProjectOperations.removePluginRepository(Repository repository)
|
void |
ProjectOperations.removeRepository(Repository repository)
Allows remove of an existing repository from the POM. |
void |
ProjectMetadataProvider.removeRepository(Repository repository)
Attempts to remove the specified repository. |
void |
AbstractProjectOperations.removeRepository(Repository repository)
|
void |
RepositoryListener.repositoryAdded(Repository repositiory)
|
void |
RepositoryListener.repositoryRemoved(Repository reypository)
|
Constructor parameters in org.springframework.roo.project with type arguments of type Repository | |
---|---|
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)
|
|
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 |