Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
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.
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
getReader()
- Method in class org.mevenide.repository.
RepoPathElement
getRelativeURIPath()
- Method in class org.mevenide.repository.
RepoPathElement
get path to relative to the root of repository.
getRootURI()
- Method in interface org.mevenide.repository.
IRepositoryReader
getType()
- Method in class org.mevenide.repository.
RepoPathElement
getURI()
- Method in class org.mevenide.repository.
RepoPathElement
get uri to the path element.
getVersion()
- Method in class org.mevenide.repository.
RepoPathElement
I
IRepositoryReader
- interface org.mevenide.repository.
IRepositoryReader
.
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.
isRemote()
- Method in class org.mevenide.repository.
RepoPathElement
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
RepoPathElement
- class org.mevenide.repository.
RepoPathElement
.
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, String, String, String, String, String)
- Constructor for class org.mevenide.repository.
RepoPathElement
RepositoryReaderFactory
- class org.mevenide.repository.
RepositoryReaderFactory
.
Factory for creating repository readers
readElements(RepoPathElement)
- Method in interface org.mevenide.repository.
IRepositoryReader
read the children for the parent element.
C
G
I
L
O
R
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2003-2005 The Codehaus. All Rights Reserved.