Index

A C E G H I L M N P R S T V W 
All Classes and Interfaces|All Packages

A

accept(PomId) - Method in interface net.thevpc.common.mvn.PomIdFilter
 
appendOrReplaceDependency(PomDependency, Element, Element) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
appendOrReplaceRepository(PomRepository, Element, Element) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
ArchetypeCatalogParser - Class in net.thevpc.common.mvn
 
ArchetypeCatalogParser() - Constructor for class net.thevpc.common.mvn.ArchetypeCatalogParser
 

C

createArchetypeCatalogIterator(InputStream, PomIdFilter, boolean) - Static method in class net.thevpc.common.mvn.ArchetypeCatalogParser
 
createDependencyElement(Document, PomDependency) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
createExclusionElement(Document, PomId) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
createNameTextTag(Document, String, String) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
createPluginRepositoryElement(Document, PomRepository) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
createRepositoryElement(Document, PomRepository) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
createRepositoryElement(Document, PomRepository, String) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
createRepositoryPolicy(Document, PomRepositoryPolicy, String) - Static method in class net.thevpc.common.mvn.PomXmlParser
 

E

equals(Object) - Method in class net.thevpc.common.mvn.PomDependency
 
equals(Object) - Method in class net.thevpc.common.mvn.PomId
 
equals(Object) - Method in class net.thevpc.common.mvn.PomRepository
 
equals(Object) - Method in class net.thevpc.common.mvn.PomRepositoryPolicy
 
errorHandler - Variable in class net.thevpc.common.mvn.PomXmlParser
/ URL u = new URL("http://repo.maven.apache.org/maven2/qdox/qdox/1.6.1/qdox-1.6.1.pom");

G

getArtifactId() - Method in class net.thevpc.common.mvn.Pom
 
getArtifactId() - Method in class net.thevpc.common.mvn.PomDependency
 
getArtifactId() - Method in class net.thevpc.common.mvn.PomId
 
getChecksumPolicy() - Method in class net.thevpc.common.mvn.PomRepositoryPolicy
 
getClassifier() - Method in class net.thevpc.common.mvn.PomDependency
 
getDependencies() - Method in class net.thevpc.common.mvn.Pom
 
getDependenciesManagement() - Method in class net.thevpc.common.mvn.Pom
 
getDescription() - Method in class net.thevpc.common.mvn.Pom
 
getErrorHandler() - Method in class net.thevpc.common.mvn.PomXmlParser
 
getExclusions() - Method in class net.thevpc.common.mvn.PomDependency
 
getGroupId() - Method in class net.thevpc.common.mvn.Pom
 
getGroupId() - Method in class net.thevpc.common.mvn.PomDependency
 
getGroupId() - Method in class net.thevpc.common.mvn.PomId
 
getId() - Method in class net.thevpc.common.mvn.PomRepository
 
getInceptionYear() - Method in class net.thevpc.common.mvn.Pom
 
getLatest() - Method in class net.thevpc.common.mvn.MavenMetadata
 
getLayout() - Method in class net.thevpc.common.mvn.PomRepository
 
getModules() - Method in class net.thevpc.common.mvn.Pom
 
getName() - Method in class net.thevpc.common.mvn.Pom
 
getName() - Method in class net.thevpc.common.mvn.PomRepository
 
getOptional() - Method in class net.thevpc.common.mvn.PomDependency
 
getPackaging() - Method in class net.thevpc.common.mvn.Pom
 
getParent() - Method in class net.thevpc.common.mvn.Pom
 
getPluginRepositories() - Method in class net.thevpc.common.mvn.Pom
 
getPomId() - Method in class net.thevpc.common.mvn.Pom
 
getProperties() - Method in class net.thevpc.common.mvn.Pom
 
getRelease() - Method in class net.thevpc.common.mvn.MavenMetadata
 
getReleases() - Method in class net.thevpc.common.mvn.PomRepository
 
getRepositories() - Method in class net.thevpc.common.mvn.Pom
 
getScope() - Method in class net.thevpc.common.mvn.PomDependency
 
getSnapshots() - Method in class net.thevpc.common.mvn.PomRepository
 
getUpdatePolicy() - Method in class net.thevpc.common.mvn.PomRepositoryPolicy
 
getUrl() - Method in class net.thevpc.common.mvn.Pom
 
getUrl() - Method in class net.thevpc.common.mvn.PomRepository
 
getVersion() - Method in class net.thevpc.common.mvn.Pom
 
getVersion() - Method in class net.thevpc.common.mvn.PomDependency
 
getVersion() - Method in class net.thevpc.common.mvn.PomId
 
getVersions() - Method in class net.thevpc.common.mvn.MavenMetadata
 

H

hashCode() - Method in class net.thevpc.common.mvn.PomDependency
 
hashCode() - Method in class net.thevpc.common.mvn.PomId
 
hashCode() - Method in class net.thevpc.common.mvn.PomRepository
 
hashCode() - Method in class net.thevpc.common.mvn.PomRepositoryPolicy
 

I

isEnabled() - Method in class net.thevpc.common.mvn.PomRepositoryPolicy
 

L

log(Level, String, Exception) - Method in interface net.thevpc.common.mvn.PomErrorHandler
 

M

MavenMetadata - Class in net.thevpc.common.mvn
 
MavenMetadata() - Constructor for class net.thevpc.common.mvn.MavenMetadata
 
MavenMetadataParser - Class in net.thevpc.common.mvn
 
MavenMetadataParser() - Constructor for class net.thevpc.common.mvn.MavenMetadataParser
 

N

net.thevpc.common.mvn - package net.thevpc.common.mvn
 

P

parse(File) - Method in class net.thevpc.common.mvn.PomXmlParser
 
parse(File, PomDomVisitor) - Method in class net.thevpc.common.mvn.PomXmlParser
 
parse(InputStream) - Method in class net.thevpc.common.mvn.PomXmlParser
 
parse(InputStream, PomDomVisitor) - Method in class net.thevpc.common.mvn.PomXmlParser
 
parse(URI) - Method in class net.thevpc.common.mvn.PomXmlParser
 
parse(URI, PomDomVisitor) - Method in class net.thevpc.common.mvn.PomXmlParser
 
parse(URL) - Method in class net.thevpc.common.mvn.PomXmlParser
 
parse(URL, PomDomVisitor) - Method in class net.thevpc.common.mvn.PomXmlParser
 
parse(Document) - Method in class net.thevpc.common.mvn.PomXmlParser
 
parse(Document, PomDomVisitor) - Method in class net.thevpc.common.mvn.PomXmlParser
 
parseDependency(Element) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
parseMavenMetaData(InputStream) - Static method in class net.thevpc.common.mvn.MavenMetadataParser
 
parseProperties(Element) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
parseRepository(Element) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
parseRepositoryPolicy(Element) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
Pom - Class in net.thevpc.common.mvn
 
Pom(String, String, String, String, PomId, String, String, String, String, Map, PomDependency[], PomDependency[], PomRepository[], PomRepository[], String[]) - Constructor for class net.thevpc.common.mvn.Pom
 
PomDependency - Class in net.thevpc.common.mvn
 
PomDependency(String, String, String) - Constructor for class net.thevpc.common.mvn.PomDependency
 
PomDependency(String, String, String, String, String, String, PomId[]) - Constructor for class net.thevpc.common.mvn.PomDependency
 
PomDomVisitor - Interface in net.thevpc.common.mvn
 
PomDomVisitorAdapter - Class in net.thevpc.common.mvn
 
PomDomVisitorAdapter() - Constructor for class net.thevpc.common.mvn.PomDomVisitorAdapter
 
PomErrorHandler - Interface in net.thevpc.common.mvn
 
PomId - Class in net.thevpc.common.mvn
 
PomId(String, String, String) - Constructor for class net.thevpc.common.mvn.PomId
 
PomIdFilter - Interface in net.thevpc.common.mvn
 
PomIdResolver - Class in net.thevpc.common.mvn
 
PomIdResolver() - Constructor for class net.thevpc.common.mvn.PomIdResolver
 
PomRepository - Class in net.thevpc.common.mvn
<repository> <url>http://repository.primefaces.org/</url> <id>PrimeFaces-maven-lib</id> <layout>default</layout> <name>Repository for library PrimeFaces-maven-lib</name> </repository> <repository> <id>vpc-public-maven</id> <url>https://raw.github.com/thevpc/vpc-public-maven/master</url> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> </repository>
PomRepository() - Constructor for class net.thevpc.common.mvn.PomRepository
 
PomRepository(String, String, String, String, PomRepositoryPolicy, PomRepositoryPolicy) - Constructor for class net.thevpc.common.mvn.PomRepository
 
PomRepositoryPolicy - Class in net.thevpc.common.mvn
 
PomRepositoryPolicy() - Constructor for class net.thevpc.common.mvn.PomRepositoryPolicy
 
PomRepositoryPolicy(boolean, String, String) - Constructor for class net.thevpc.common.mvn.PomRepositoryPolicy
 
PomXmlParser - Class in net.thevpc.common.mvn
 
PomXmlParser() - Constructor for class net.thevpc.common.mvn.PomXmlParser
 

R

resolveJarPomId(InputStream) - Static method in class net.thevpc.common.mvn.PomIdResolver
 
resolveJarPomIds(InputStream) - Static method in class net.thevpc.common.mvn.PomIdResolver
 
resolvePomId(Class) - Static method in class net.thevpc.common.mvn.PomIdResolver
 
resolvePomId(Class, String, String, String) - Static method in class net.thevpc.common.mvn.PomIdResolver
 
resolvePomId(Class, PomId) - Static method in class net.thevpc.common.mvn.PomIdResolver
 
resolvePomId(URL, String) - Static method in class net.thevpc.common.mvn.PomIdResolver
 
resolvePomIds(Class) - Static method in class net.thevpc.common.mvn.PomIdResolver
resolve all Maven/Nuts artifact definitions in the classloader that has loaded clazz
resolvePomVersion(Class, String, String, String) - Static method in class net.thevpc.common.mvn.PomIdResolver
 
resolvePomVersion(String, String, String) - Static method in class net.thevpc.common.mvn.PomIdResolver
 
resolvePropertiesPomId(InputStream) - Static method in class net.thevpc.common.mvn.PomIdResolver
 

S

setArtifactId(String) - Method in class net.thevpc.common.mvn.Pom
 
setArtifactId(String) - Method in class net.thevpc.common.mvn.PomDependency
 
setArtifactId(String) - Method in class net.thevpc.common.mvn.PomId
 
setChecksumPolicy(String) - Method in class net.thevpc.common.mvn.PomRepositoryPolicy
 
setClassifier(String) - Method in class net.thevpc.common.mvn.PomDependency
 
setDependencies(PomDependency[]) - Method in class net.thevpc.common.mvn.Pom
 
setDependenciesManagement(PomDependency[]) - Method in class net.thevpc.common.mvn.Pom
 
setDescription(String) - Method in class net.thevpc.common.mvn.Pom
 
setEnabled(boolean) - Method in class net.thevpc.common.mvn.PomRepositoryPolicy
 
setErrorHandler(PomErrorHandler) - Method in class net.thevpc.common.mvn.PomXmlParser
 
setExclusions(PomId[]) - Method in class net.thevpc.common.mvn.PomDependency
 
setGroupId(String) - Method in class net.thevpc.common.mvn.Pom
 
setGroupId(String) - Method in class net.thevpc.common.mvn.PomDependency
 
setGroupId(String) - Method in class net.thevpc.common.mvn.PomId
 
setId(String) - Method in class net.thevpc.common.mvn.PomRepository
 
setInceptionYear(String) - Method in class net.thevpc.common.mvn.Pom
 
setLatest(String) - Method in class net.thevpc.common.mvn.MavenMetadata
 
setLayout(String) - Method in class net.thevpc.common.mvn.PomRepository
 
setModules(String[]) - Method in class net.thevpc.common.mvn.Pom
 
setName(String) - Method in class net.thevpc.common.mvn.Pom
 
setName(String) - Method in class net.thevpc.common.mvn.PomRepository
 
setOptional(String) - Method in class net.thevpc.common.mvn.PomDependency
 
setPackaging(String) - Method in class net.thevpc.common.mvn.Pom
 
setParent(PomId) - Method in class net.thevpc.common.mvn.Pom
 
setPluginRepositories(PomRepository[]) - Method in class net.thevpc.common.mvn.Pom
 
setProperties(Map) - Method in class net.thevpc.common.mvn.Pom
 
setRelease(String) - Method in class net.thevpc.common.mvn.MavenMetadata
 
setReleases(PomRepositoryPolicy) - Method in class net.thevpc.common.mvn.PomRepository
 
setRepositories(PomRepository[]) - Method in class net.thevpc.common.mvn.Pom
 
setScope(String) - Method in class net.thevpc.common.mvn.PomDependency
 
setSnapshots(PomRepositoryPolicy) - Method in class net.thevpc.common.mvn.PomRepository
 
setUpdatePolicy(String) - Method in class net.thevpc.common.mvn.PomRepositoryPolicy
 
setUrl(String) - Method in class net.thevpc.common.mvn.Pom
 
setUrl(String) - Method in class net.thevpc.common.mvn.PomRepository
 
setVersion(String) - Method in class net.thevpc.common.mvn.Pom
 
setVersion(String) - Method in class net.thevpc.common.mvn.PomDependency
 
setVersion(String) - Method in class net.thevpc.common.mvn.PomId
 
setVersions(List) - Method in class net.thevpc.common.mvn.MavenMetadata
 

T

toString() - Method in class net.thevpc.common.mvn.PomDependency
 
toString() - Method in class net.thevpc.common.mvn.PomId
 

V

visitEndDependencies(Element, PomDependency[]) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitEndDependencies(Element, PomDependency[]) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitEndDependenciesManagement(Element, PomDependency[]) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitEndDependenciesManagement(Element, PomDependency[]) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitEndDependency(Element, PomDependency) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitEndDependency(Element, PomDependency) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitEndDependencyManagement(Element, PomDependency) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitEndDependencyManagement(Element, PomDependency) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitEndDocument(Document, Pom) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitEndDocument(Document, Pom) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitEndPluginRepositories(Element, PomRepository[]) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitEndPluginRepositories(Element, PomRepository[]) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitEndPluginRepository(Element, PomRepository) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitEndPluginRepository(Element, PomRepository) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitEndProperties(Element, Map) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitEndProperties(Element, Map) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitEndRepositories(Element, PomRepository[]) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitEndRepositories(Element, PomRepository[]) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitEndRepository(Element, PomRepository) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitEndRepository(Element, PomRepository) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitStartDependencies(Element) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitStartDependencies(Element) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitStartDependenciesManagement(Element) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitStartDependenciesManagement(Element) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitStartDependency(Element) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitStartDependency(Element) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitStartDependencyManagement(Element) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitStartDependencyManagement(Element) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitStartDocument(Document) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitStartDocument(Document) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitStartPluginRepositories(Element) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitStartPluginRepositories(Element) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitStartPluginRepository(Element) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitStartPluginRepository(Element) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitStartProperties(Element) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitStartProperties(Element) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitStartRepositories(Element) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitStartRepositories(Element) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 
visitStartRepository(Element) - Method in interface net.thevpc.common.mvn.PomDomVisitor
 
visitStartRepository(Element) - Method in class net.thevpc.common.mvn.PomDomVisitorAdapter
 

W

writeDocument(Document, File) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
writeDocument(Document, OutputStream) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
writeDocument(Document, Writer) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
writeDocument(Document, StreamResult) - Static method in class net.thevpc.common.mvn.PomXmlParser
 
A C E G H I L M N P R S T V W 
All Classes and Interfaces|All Packages