Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addArchetype(Archetype) - Method in class org.apache.maven.archetype.catalog.ArchetypeCatalog
-
Method addArchetype.
- addGoal(String) - Method in class org.apache.maven.archetype.catalog.Archetype
-
Method addGoal.
- addProperty(String, String) - Method in class org.apache.maven.archetype.catalog.Archetype
-
Method addProperty.
- Archetype - Class in org.apache.maven.archetype.catalog
-
Information to point to an Archetype referenced in the catalog.
- Archetype() - Constructor for class org.apache.maven.archetype.catalog.Archetype
- ArchetypeCatalog - Class in org.apache.maven.archetype.catalog
-
Class ArchetypeCatalog.
- ArchetypeCatalog() - Constructor for class org.apache.maven.archetype.catalog.ArchetypeCatalog
- ArchetypeCatalogXpp3Reader - Class in org.apache.maven.archetype.catalog.io.xpp3
-
Class ArchetypeCatalogXpp3Reader.
- ArchetypeCatalogXpp3Reader() - Constructor for class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Reader
- ArchetypeCatalogXpp3Reader(ArchetypeCatalogXpp3Reader.ContentTransformer) - Constructor for class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Reader
- ArchetypeCatalogXpp3Reader.ContentTransformer - Interface in org.apache.maven.archetype.catalog.io.xpp3
- ArchetypeCatalogXpp3Writer - Class in org.apache.maven.archetype.catalog.io.xpp3
-
Class ArchetypeCatalogXpp3Writer.
- ArchetypeCatalogXpp3Writer() - Constructor for class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Writer
C
- contentTransformer - Variable in class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Reader
-
Field contentTransformer.
E
- equals(Object) - Method in class org.apache.maven.archetype.catalog.Archetype
G
- getAddDefaultEntities() - Method in class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Reader
-
Returns the state of the "add default entities" flag.
- getArchetypes() - Method in class org.apache.maven.archetype.catalog.ArchetypeCatalog
-
Method getArchetypes.
- getArtifactId() - Method in class org.apache.maven.archetype.catalog.Archetype
-
Get the artifactId of the archetype.
- getDescription() - Method in class org.apache.maven.archetype.catalog.Archetype
-
Get the description of the archetype.
- getGoals() - Method in class org.apache.maven.archetype.catalog.Archetype
-
Method getGoals.
- getGroupId() - Method in class org.apache.maven.archetype.catalog.Archetype
-
Get the groupId of the archetype.
- getModelEncoding() - Method in class org.apache.maven.archetype.catalog.ArchetypeCatalog
-
Get the modelEncoding field.
- getProperties() - Method in class org.apache.maven.archetype.catalog.Archetype
-
Method getProperties.
- getRepository() - Method in class org.apache.maven.archetype.catalog.Archetype
-
Get the URL of the repository where to find the archetype.
- getVersion() - Method in class org.apache.maven.archetype.catalog.Archetype
-
Get the version of the archetype.
H
- hashCode() - Method in class org.apache.maven.archetype.catalog.Archetype
O
- org.apache.maven.archetype.catalog - package org.apache.maven.archetype.catalog
- org.apache.maven.archetype.catalog.io.xpp3 - package org.apache.maven.archetype.catalog.io.xpp3
R
- read(InputStream) - Method in class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Reader
-
Method read.
- read(InputStream, boolean) - Method in class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Reader
-
Method read.
- read(Reader) - Method in class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Reader
- read(Reader, boolean) - Method in class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Reader
- read(XmlPullParser, boolean) - Method in class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Reader
-
Method read.
- removeArchetype(Archetype) - Method in class org.apache.maven.archetype.catalog.ArchetypeCatalog
-
Method removeArchetype.
- removeGoal(String) - Method in class org.apache.maven.archetype.catalog.Archetype
-
Method removeGoal.
S
- setAddDefaultEntities(boolean) - Method in class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Reader
-
Sets the state of the "add default entities" flag.
- setArchetypes(List<Archetype>) - Method in class org.apache.maven.archetype.catalog.ArchetypeCatalog
-
Set list of Archetypes available in this catalog.
- setArtifactId(String) - Method in class org.apache.maven.archetype.catalog.Archetype
-
Set the artifactId of the archetype.
- setDescription(String) - Method in class org.apache.maven.archetype.catalog.Archetype
-
Set the description of the archetype.
- setFileComment(String) - Method in class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Writer
-
Method setFileComment.
- setGoals(List<String>) - Method in class org.apache.maven.archetype.catalog.Archetype
-
Set goals to execute after the creation of the project.
- setGroupId(String) - Method in class org.apache.maven.archetype.catalog.Archetype
-
Set the groupId of the archetype.
- setModelEncoding(String) - Method in class org.apache.maven.archetype.catalog.ArchetypeCatalog
-
Set the modelEncoding field.
- setProperties(Properties) - Method in class org.apache.maven.archetype.catalog.Archetype
-
Set properties that will be used during the execution of addition goals after the creation of the project.
- setRepository(String) - Method in class org.apache.maven.archetype.catalog.Archetype
-
Set the URL of the repository where to find the archetype.
- setVersion(String) - Method in class org.apache.maven.archetype.catalog.Archetype
-
Set the version of the archetype.
T
- toString() - Method in class org.apache.maven.archetype.catalog.Archetype
- toString() - Method in class org.apache.maven.archetype.catalog.ArchetypeCatalog
- transform(String, String) - Method in interface org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Reader.ContentTransformer
-
Interpolate the value read from the xpp3 document
W
- write(OutputStream, ArchetypeCatalog) - Method in class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Writer
-
Method write.
- write(Writer, ArchetypeCatalog) - Method in class org.apache.maven.archetype.catalog.io.xpp3.ArchetypeCatalogXpp3Writer
-
Method write.
All Classes and Interfaces|All Packages|Serialized Form