A C D E G H I J M N O P R S T U V W

A

AbstractMavenUrlProvider - Class in org.jboss.dna.maven.spi
 
AbstractMavenUrlProvider() - Constructor for class org.jboss.dna.maven.spi.AbstractMavenUrlProvider
 
ArtifactType - Enum in org.jboss.dna.maven
 

C

clone() - Method in class org.jboss.dna.maven.MavenId
close() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider.MavenInputStream
close() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider.MavenOutputStream
compareTo(MavenId) - Method in class org.jboss.dna.maven.MavenId
compareTo(MavenId.Version) - Method in class org.jboss.dna.maven.MavenId.Version
configure(Properties) - Method in class org.jboss.dna.maven.spi.AbstractMavenUrlProvider
Configure this provider given the configuration properties.
configure(Properties) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
Configure this provider given the configuration properties. This method is intended to be called by the MavenRepository that instantiates this provider, and only once immediately after instantiation and before any calls to getUrl(MavenId, ArtifactType, SignatureType, boolean).
configure(Properties) - Method in interface org.jboss.dna.maven.spi.MavenUrlProvider
Configure this provider given the configuration properties.
connect() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider.MavenUrlConnection
CONTENT_NODE_NAME - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
CONTENT_PROPERTY_NAME - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
createClasspath(String) - Static method in class org.jboss.dna.maven.MavenId
Build a classpath of MavenIds by parsing the supplied string containing comma-separated Maven artifact coordinates.
createClasspath(String...) - Static method in class org.jboss.dna.maven.MavenId
Build a classpath of MavenIds by parsing the supplied Maven artifact coordinates.
createClasspath(MavenId...) - Static method in class org.jboss.dna.maven.MavenId
Create a classpath of MavenIds by examining the supplied IDs and removing any duplicates.
createFromCoordinates(String) - Static method in class org.jboss.dna.maven.MavenId
 
createSession() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 

D

DEFAULT_CREATE_REPOSITORY_PATH - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
DEFAULT_OPTIONAL - Static variable in class org.jboss.dna.maven.MavenDependency
 
DEFAULT_PATH_TO_TOP_OF_MAVEN_REPOSITORY - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
DEFAULT_TYPE - Static variable in class org.jboss.dna.maven.MavenDependency
 

E

equals(Object) - Method in class org.jboss.dna.maven.MavenDependency
equals(Object) - Method in class org.jboss.dna.maven.MavenId
equals(Object) - Method in class org.jboss.dna.maven.MavenId.Version
errorClosingTempFileStreamAfterWritingContent - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorClosingUrlStreamToPom - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorCreatingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorCreatingUrlForMavenId - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorCreatingXpathParserToEvaluatePom - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorCreatingXpathStatementsToEvaluatePom - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorDeletingTempFileStreamAfterWritingContent - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorGettingPomFileForMavenIdAtUrl - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorGettingUrlForMavenProject - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorReadingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorReadingXmlDocumentToEvaluatePom - Static variable in class org.jboss.dna.maven.MavenI18n
 
errorWritingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
exists(MavenId) - Method in class org.jboss.dna.maven.MavenRepository
Determine whether the identified library exists in this Maven repository.
exists(MavenId, MavenId...) - Method in class org.jboss.dna.maven.MavenRepository
Determine which of the identified libraries exist in this Maven repository.

G

getArtifactId() - Method in class org.jboss.dna.maven.MavenId
The identifier for this artifact that is unique within the group given by the group ID.
getClassifier() - Method in class org.jboss.dna.maven.MavenId
 
getClassLoader(ClassLoader, MavenId...) - Method in class org.jboss.dna.maven.MavenRepository
Get a class loader that has as its classpath the JARs for the libraries identified by the supplied IDs.
getClassLoader(String...) - Method in class org.jboss.dna.maven.MavenRepository
Get a class loader that has as its classpath the JARs for the libraries identified by the supplied IDs.
getClassLoader(ClassLoader, String...) - Method in class org.jboss.dna.maven.MavenRepository
Get a class loader that has as its classpath the JARs for the libraries identified by the supplied IDs.
getComponents() - Method in class org.jboss.dna.maven.MavenId.Version
 
getContentNodeForMavenResource(Session, MavenUrl) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
getCoordinates() - Method in class org.jboss.dna.maven.MavenId
 
getCredentials() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
getDefault() - Static method in enum org.jboss.dna.maven.MavenDependency.Scope
 
getDependencies(MavenId) - Method in class org.jboss.dna.maven.MavenRepository
Get the dependencies for the Maven project with the specified ID.
getDependencies(MavenId, InputStream, MavenDependency.Scope...) - Method in class org.jboss.dna.maven.MavenRepository
Get the dependencies for the Maven project with the specified ID.
getExclusions() - Method in class org.jboss.dna.maven.MavenDependency
Exclusions explicitly tell Maven that you don't want to include the specified project that is a dependency of this dependency (in other words, its transitive dependency).
getGroupId() - Method in class org.jboss.dna.maven.MavenId
A universally unique identifier for a project.
getHostname() - Method in class org.jboss.dna.maven.MavenUrl
Get the host name
getHostnameAndPort() - Method in class org.jboss.dna.maven.MavenUrl
 
getId() - Method in class org.jboss.dna.maven.MavenDependency
The identifier of the artifact for this dependency.
getInputStream(MavenUrl) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
Obtain an input stream to the existing content at the location given by the supplied MavenUrl.
getInputStream() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider.MavenUrlConnection
getLocalizationProblemLocales() - Static method in class org.jboss.dna.maven.MavenI18n
 
getLocalizationProblems() - Static method in class org.jboss.dna.maven.MavenI18n
 
getLocalizationProblems(Locale) - Static method in class org.jboss.dna.maven.MavenI18n
 
getOrCreatePath(Node, String, String) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
getOutputStream(MavenUrl) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
Obtain an output stream to the existing content at the location given by the supplied MavenUrl.
getOutputStream() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider.MavenUrlConnection
getPath() - Method in class org.jboss.dna.maven.MavenUrl
 
getPathToTopOfRepository() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
getPort() - Method in class org.jboss.dna.maven.MavenUrl
Get the port.
getProperties() - Method in class org.jboss.dna.maven.spi.AbstractMavenUrlProvider
Get the properties for this provider.
getRelativePath() - Method in class org.jboss.dna.maven.MavenId
Return the relative JCR path for this resource, built from the components of the group ID, the artifact ID, and the version.
getRelativePath(TextEncoder) - Method in class org.jboss.dna.maven.MavenId
Return the relative JCR path for this resource, built from the components of the group ID, the artifact ID, and the version.
getRelativePath(boolean) - Method in class org.jboss.dna.maven.MavenId
Return the relative JCR path for this resource, built from the components of the group ID, the artifact ID, and the version.
getRelativePath(TextEncoder, boolean) - Method in class org.jboss.dna.maven.MavenId
Return the relative JCR path for this resource, built from the components of the group ID, the artifact ID, and the version.
getRepository() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
Get the JCR repository used by this provider
getRuntimeScopes() - Static method in enum org.jboss.dna.maven.MavenDependency.Scope
 
getScope() - Method in class org.jboss.dna.maven.MavenDependency
The scope of the dependency - compile, runtime, test, system, and provided.
getSuffix() - Method in enum org.jboss.dna.maven.ArtifactType
 
getSuffix() - Method in enum org.jboss.dna.maven.SignatureType
 
getSystemPath() - Method in class org.jboss.dna.maven.MavenDependency
FOR SYSTEM SCOPE ONLY.
getText() - Method in enum org.jboss.dna.maven.MavenDependency.Scope
 
getType() - Method in class org.jboss.dna.maven.MavenDependency
The type of dependency.
getUrl(MavenId, ArtifactType, SignatureType) - Method in class org.jboss.dna.maven.MavenRepository
Get the URL for the artifact with the specified type in the given Maven project.
getUrl(MavenId, ArtifactType, SignatureType, boolean) - Method in class org.jboss.dna.maven.MavenRepository
Get the URL for the artifact with the specified type in the given Maven project.
getUrl(URLStreamHandler, TextEncoder) - Method in class org.jboss.dna.maven.MavenUrl
Get a URL that corresponds to the information in this object.
getUrl(MavenId, ArtifactType, SignatureType, boolean) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
Get the URL for the artifact with the specified type in the given Maven project.
getUrl(MavenId, ArtifactType, SignatureType, boolean) - Method in interface org.jboss.dna.maven.spi.MavenUrlProvider
Get the URL for the artifact with the specified type in the given Maven project.
getUrlDecoder() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
getUrlEncoder() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
getUrlPath(MavenId, ArtifactType, SignatureType) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
Get the JRC path to the node in this repository and it's workspace that represents the artifact with the given type in the supplied Maven project.
getVersion() - Method in class org.jboss.dna.maven.MavenId
 
getVersionComponents(String) - Static method in class org.jboss.dna.maven.MavenId
Utility to break down the version string into the individual components.
getWorkspaceName() - Method in class org.jboss.dna.maven.MavenUrl
 
getWorkspaceName() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 

H

hashCode() - Method in class org.jboss.dna.maven.MavenDependency
hashCode() - Method in class org.jboss.dna.maven.MavenId
hashCode() - Method in class org.jboss.dna.maven.MavenId.Version

I

isAnyVersion() - Method in class org.jboss.dna.maven.MavenId
 
isAnyVersion() - Method in class org.jboss.dna.maven.MavenId.Version
 
isOptional() - Method in class org.jboss.dna.maven.MavenDependency
Indicates the dependency is optional for use of this library.

J

JCR_PROTOCOL - Static variable in class org.jboss.dna.maven.MavenUrl
 
JcrMavenUrlProvider - Class in org.jboss.dna.maven.spi
Base class for providers that work against a JCR repository.
JcrMavenUrlProvider() - Constructor for class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
JcrMavenUrlProvider.JcrUrlStreamHandler - Class in org.jboss.dna.maven.spi
This URLStreamHandler specialization understands URLs that point to content in the JCR repository used by this Maven repository.
JcrMavenUrlProvider.JcrUrlStreamHandler() - Constructor for class org.jboss.dna.maven.spi.JcrMavenUrlProvider.JcrUrlStreamHandler
 
JcrMavenUrlProvider.MavenInputStream - Class in org.jboss.dna.maven.spi
 
JcrMavenUrlProvider.MavenInputStream(Session, InputStream) - Constructor for class org.jboss.dna.maven.spi.JcrMavenUrlProvider.MavenInputStream
 
JcrMavenUrlProvider.MavenOutputStream - Class in org.jboss.dna.maven.spi
 
JcrMavenUrlProvider.MavenOutputStream(MavenUrl, File) - Constructor for class org.jboss.dna.maven.spi.JcrMavenUrlProvider.MavenOutputStream
 
JcrMavenUrlProvider.MavenUrlConnection - Class in org.jboss.dna.maven.spi
A URLConnection with support for obtaining content from a node in a JCR repository.
JcrMavenUrlProvider.MavenUrlConnection(URL) - Constructor for class org.jboss.dna.maven.spi.JcrMavenUrlProvider.MavenUrlConnection
 

M

MavenDependency - Class in org.jboss.dna.maven
The cornerstone of Maven is its dependency list.
MavenDependency(String) - Constructor for class org.jboss.dna.maven.MavenDependency
 
MavenDependency(MavenId) - Constructor for class org.jboss.dna.maven.MavenDependency
 
MavenDependency(String, String, String) - Constructor for class org.jboss.dna.maven.MavenDependency
 
MavenDependency(String, String, String, String) - Constructor for class org.jboss.dna.maven.MavenDependency
 
MavenDependency.Scope - Enum in org.jboss.dna.maven
The scope of the dependency - compile, runtime, test, system, and provided.
MavenI18n - Class in org.jboss.dna.maven
 
MavenI18n() - Constructor for class org.jboss.dna.maven.MavenI18n
 
MavenId - Class in org.jboss.dna.maven
Identifier of a Maven 2 artifact.
MavenId(String) - Constructor for class org.jboss.dna.maven.MavenId
Create an Maven ID from the supplied string containing the coordinates for a Maven artifact.
MavenId(String, String) - Constructor for class org.jboss.dna.maven.MavenId
Create a Maven ID from the supplied group and artifact IDs.
MavenId(String, String, String) - Constructor for class org.jboss.dna.maven.MavenId
Create a Maven ID from the supplied group and artifact IDs and the version.
MavenId(String, String, String, String) - Constructor for class org.jboss.dna.maven.MavenId
Create a Maven ID from the supplied group ID, artifact ID, version, and classifier.
MavenId.Version - Class in org.jboss.dna.maven
 
MavenId.Version(String) - Constructor for class org.jboss.dna.maven.MavenId.Version
 
MavenRepository - Class in org.jboss.dna.maven
A Maven 2 repository that can be used to store and access artifacts like JARs and source archives within a running application.
MavenRepository(MavenUrlProvider) - Constructor for class org.jboss.dna.maven.MavenRepository
 
MavenRepositoryException - Exception in org.jboss.dna.maven
An configuration or system failure exception.
MavenRepositoryException() - Constructor for exception org.jboss.dna.maven.MavenRepositoryException
 
MavenRepositoryException(String, Throwable) - Constructor for exception org.jboss.dna.maven.MavenRepositoryException
 
MavenRepositoryException(String) - Constructor for exception org.jboss.dna.maven.MavenRepositoryException
 
MavenRepositoryException(Throwable) - Constructor for exception org.jboss.dna.maven.MavenRepositoryException
 
MavenUrl - Class in org.jboss.dna.maven
Wrapper for a URL that uses a format for referencing JCR nodes and content.
MavenUrl() - Constructor for class org.jboss.dna.maven.MavenUrl
 
MavenUrlProvider - Interface in org.jboss.dna.maven.spi
 

N

NO_PORT - Static variable in class org.jboss.dna.maven.MavenUrl
 
notifyUpdatedPom(MavenId) - Method in class org.jboss.dna.maven.MavenRepository
This method is called to signal this repository that the POM file for a project has been updated.

O

openConnection(URL) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider.JcrUrlStreamHandler
org.jboss.dna.maven - package org.jboss.dna.maven
 
org.jboss.dna.maven.spi - package org.jboss.dna.maven.spi
 

P

parse(String, TextDecoder) - Static method in class org.jboss.dna.maven.MavenUrl
Parse the supplied URL and determine if the URL fits the JCR URL format.
parse(URL, TextDecoder) - Static method in class org.jboss.dna.maven.MavenUrl
Parse the supplied URL and determine if the URL fits the JCR URL format.
PASSWORD - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
pomFileContainsUnexpectedId - Static variable in class org.jboss.dna.maven.MavenI18n
 
pomFileIsInvalid - Static variable in class org.jboss.dna.maven.MavenI18n
 

R

read() - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider.MavenInputStream
REPOSITORY_PATH - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 

S

setContent(MavenUrl, InputStream) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
setCredentials(Credentials) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
setHostname(String) - Method in class org.jboss.dna.maven.MavenUrl
 
setOptional(boolean) - Method in class org.jboss.dna.maven.MavenDependency
 
setPath(String) - Method in class org.jboss.dna.maven.MavenUrl
 
setPathToTopOfRepository(String) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
setPort(int) - Method in class org.jboss.dna.maven.MavenUrl
 
setProperties(Properties) - Method in class org.jboss.dna.maven.spi.AbstractMavenUrlProvider
 
setRepository(Repository) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
setScope(MavenDependency.Scope) - Method in class org.jboss.dna.maven.MavenDependency
 
setScope(String) - Method in class org.jboss.dna.maven.MavenDependency
 
setSystemPath(String) - Method in class org.jboss.dna.maven.MavenDependency
 
setType(String) - Method in class org.jboss.dna.maven.MavenDependency
Set the type of dependency.
setWorkspaceName(String) - Method in class org.jboss.dna.maven.MavenUrl
Set the name of the workspace.
setWorkspaceName(String) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
SignatureType - Enum in org.jboss.dna.maven
 

T

toString() - Method in class org.jboss.dna.maven.MavenDependency
toString() - Method in class org.jboss.dna.maven.MavenId
toString() - Method in class org.jboss.dna.maven.MavenId.Version
toString() - Method in class org.jboss.dna.maven.MavenUrl
trimDelimiters(String, boolean, boolean) - Method in class org.jboss.dna.maven.MavenUrl
 

U

unableToFindWorkspaceWhenCreatingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
unableToFindWorkspaceWhenReadingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
unableToFindWorkspaceWhenWritingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
unableToOpenSessiontoRepositoryWhenCreatingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
unableToOpenSessiontoRepositoryWhenReadingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
unableToOpenSessiontoRepositoryWhenWritingNode - Static variable in class org.jboss.dna.maven.MavenI18n
 
unableToWriteToClosedStream - Static variable in class org.jboss.dna.maven.MavenI18n
 
unsupportedMavenCoordinateFormat - Static variable in class org.jboss.dna.maven.MavenI18n
 
URL_PATH_DELIMITER - Static variable in class org.jboss.dna.maven.MavenUrl
 
USERNAME - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 

V

valueBySuffix(String) - Static method in enum org.jboss.dna.maven.ArtifactType
 
valueBySuffix(String) - Static method in enum org.jboss.dna.maven.SignatureType
 
valueByText(String, boolean) - Static method in enum org.jboss.dna.maven.MavenDependency.Scope
 
valueOf(String) - Static method in enum org.jboss.dna.maven.ArtifactType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.maven.MavenDependency.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.dna.maven.SignatureType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.dna.maven.ArtifactType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.maven.MavenDependency.Scope
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.jboss.dna.maven.SignatureType
Returns an array containing the constants of this enum type, in the order they're declared.

W

WORKSPACE_NAME - Static variable in class org.jboss.dna.maven.spi.JcrMavenUrlProvider
 
write(int) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider.MavenOutputStream
write(byte[]) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider.MavenOutputStream
write(byte[], int, int) - Method in class org.jboss.dna.maven.spi.JcrMavenUrlProvider.MavenOutputStream

A C D E G H I J M N O P R S T U V W

Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.