C G I L O R

C

createLocalRepositoryReader(File) - Static method in class org.mevenide.repository.RepositoryReaderFactory
Creates a IRepositoryReader for the local repository.
createRemoteRepositoryReader(URI) - Static method in class org.mevenide.repository.RepositoryReaderFactory
Creates a IRepositoryReader for the remote repository.
createRemoteRepositoryReader(URI, String, String) - Static method in class org.mevenide.repository.RepositoryReaderFactory
Creates a IRepositoryReader for the remote repository.
createRemoteRepositoryReader(URI, String, String, String, String) - Static method in class org.mevenide.repository.RepositoryReaderFactory
Creates a IRepositoryReader for the remote repository.

G

getArtifactId() - Method in class org.mevenide.repository.RepoPathElement
 
getChildren() - Method in class org.mevenide.repository.RepoPathElement
Get an array of RepoPathElements that share the fields of the current one and have additional differentiating information.
getExtension() - Method in class org.mevenide.repository.RepoPathElement
 
getGroupId() - Method in class org.mevenide.repository.RepoPathElement
 
getLevel() - Method in class org.mevenide.repository.RepoPathElement
 
getParent() - Method in class org.mevenide.repository.RepoPathElement
 
getReader() - Method in class org.mevenide.repository.RepoPathElement
 
getRelativeURIPath() - Method in class org.mevenide.repository.RepoPathElement
Get path to artifact relative to the root of repository.
getRootURI() - Method in interface org.mevenide.repository.IRepositoryReader
 
getRootURI() - Method in class org.mevenide.repository.RepoPathElement
Returns the absolute URI to the root repository of this element.
getType() - Method in class org.mevenide.repository.RepoPathElement
 
getURI() - Method in class org.mevenide.repository.RepoPathElement
Returns the absolute URI to this element.
getVersion() - Method in class org.mevenide.repository.RepoPathElement
 

I

IRepositoryReader - Interface in org.mevenide.repository
Reader of the repository, be it local or remote.
isLeaf() - Method in class org.mevenide.repository.RepoPathElement
Returns true if all it's fields are filled out, identifying the artifact in an exact manner.
isLoaded() - Method in class org.mevenide.repository.RepoPathElement
 
isRemote() - Method in class org.mevenide.repository.RepoPathElement
 
isRoot() - Method in class org.mevenide.repository.RepoPathElement
Returns true if this node represents the root repository.

L

LEVEL_ARTIFACT - Static variable in class org.mevenide.repository.RepoPathElement
constant returned from getLevel() denotes an instance that has at least the groupId, type and artifactId filled out.
LEVEL_GROUP - Static variable in class org.mevenide.repository.RepoPathElement
constant returned from getLevel(), denotes an instance that has at least the groupId filled out.
LEVEL_ROOT - Static variable in class org.mevenide.repository.RepoPathElement
constant returned from getLevel(), denotes an instance that has nothing filled out.
LEVEL_TYPE - Static variable in class org.mevenide.repository.RepoPathElement
constant returned from getLevel() denotes an instance that has at least the groupId and type filled out.
LEVEL_VERSION - Static variable in class org.mevenide.repository.RepoPathElement
constant returned from getLevel() denotes an instance that has all fields filled out.

O

org.mevenide.repository - package org.mevenide.repository
 

R

readElements(RepoPathElement) - Method in interface org.mevenide.repository.IRepositoryReader
read the children for the parent element.
RepoPathElement - Class in org.mevenide.repository
Data placeholder for local and remote repository information.
RepoPathElement(IRepositoryReader) - Constructor for class org.mevenide.repository.RepoPathElement
Creates a new instance of RepoPathElement
RepoPathElement(IRepositoryReader, RepoPathElement) - Constructor for class org.mevenide.repository.RepoPathElement
Creates a new instance of RepoPathElement
RepoPathElement(IRepositoryReader, RepoPathElement, String, String, String, String, String) - Constructor for class org.mevenide.repository.RepoPathElement
 
RepositoryReaderFactory - Class in org.mevenide.repository
Factory for creating repository readers
reset() - Method in class org.mevenide.repository.RepoPathElement
 

C G I L O R

Copyright © 2003-2005 The Codehaus. All Rights Reserved.