A C D E F G H I J L M O P R S T V

A

addProject(String, List) - Method in class org.apache.commons.jjar.DependencyEngine
 
addProject(String, List, Object) - Method in class org.apache.commons.jjar.DependencyEngine
Adds a project and it's associated dependencies.

C

ClasspathUtil - Class in org.apache.commons.jjar
classpath support for JJAR.
ClasspathUtil() - Constructor for class org.apache.commons.jjar.ClasspathUtil
 
containsVersionedJar(String, String, String) - Static method in class org.apache.commons.jjar.ClasspathUtil
checks to see if the classpath path contains the package / version

D

defaultRepository - Static variable in class org.apache.commons.jjar.JJAR
 
DependencyEngine - Class in org.apache.commons.jjar
Simple class to figure out ordered dependency lists.
DependencyEngine() - Constructor for class org.apache.commons.jjar.DependencyEngine
CTOR

E

endElement(String, String, String) - Method in class org.apache.commons.jjar.RepositoryXML
end element event handler for SAX parsing
equals(JJARPackage) - Method in class org.apache.commons.jjar.JJARPackage
 
equals(String, String) - Method in class org.apache.commons.jjar.JJARPackage
 
equals(String) - Method in class org.apache.commons.jjar.Version
 
equals(Version) - Method in class org.apache.commons.jjar.Version
 
execute() - Method in class org.apache.commons.jjar.JJARTask
Execute the input script with Velocity

F

fatalError(SAXParseException) - Method in class org.apache.commons.jjar.RepositoryXML
 
fetch(String[]) - Static method in class org.apache.commons.jjar.JJAR
 
fetchJar(URLConnection, String) - Static method in class org.apache.commons.jjar.Transport
 

G

generateCookielist() - Method in class org.apache.commons.jjar.DependencyEngine
from previous use - generates a dependency list spanning the entire tree.
generateNamelist() - Method in class org.apache.commons.jjar.DependencyEngine
from previous use - generates a dependency list spanning the entire tree.
getDefaultRepository() - Static method in class org.apache.commons.jjar.ClasspathUtil
current default repository
getDependencies(String) - Method in class org.apache.commons.jjar.DependencyEngine
returns a list of dependencies for a given package with the target being excluded from the list.
getDependencies(String, boolean) - Method in class org.apache.commons.jjar.DependencyEngine
returns a list of dependencies for a given package allowing the exclusion/inclusion of the target package.
getDependencies(List) - Method in class org.apache.commons.jjar.DependencyEngine
Generates a dependency list for a set of packages.
getDependencies(List, boolean) - Method in class org.apache.commons.jjar.DependencyEngine
Generates a dependency list for a set of packages where there is the option to exclude/include the target packages.
getDependencyList(String, String) - Method in interface org.apache.commons.jjar.Repository
 
getDependencyList(String, String) - Method in class org.apache.commons.jjar.RepositoryProps
 
getDependencyList(String, String) - Method in class org.apache.commons.jjar.RepositoryXML
returns a list of dependencies for a given package.
getFetchTarget(String, String) - Method in interface org.apache.commons.jjar.Repository
 
getFetchTarget(String, String) - Method in class org.apache.commons.jjar.RepositoryProps
 
getFetchTarget(String, String) - Method in class org.apache.commons.jjar.RepositoryXML
returns the 'fetch' target (jarname) for the given package : version
getJarList(String) - Static method in class org.apache.commons.jjar.ClasspathUtil
returns a list of jars in the specified claspath.
getMajor() - Method in class org.apache.commons.jjar.Version
 
getMinor() - Method in class org.apache.commons.jjar.Version
 
getModifier() - Method in class org.apache.commons.jjar.Version
 
getName() - Method in class org.apache.commons.jjar.JJARPackage
 
getPackage(String) - Static method in class org.apache.commons.jjar.ClasspathUtil
returns a JJARPackage( info ) for a given jar
getPackage(JarURLConnection) - Static method in class org.apache.commons.jjar.ClasspathUtil
 
getPackageCount() - Method in interface org.apache.commons.jjar.Repository
 
getPackageCount() - Method in class org.apache.commons.jjar.RepositoryProps
 
getPackageCount() - Method in class org.apache.commons.jjar.RepositoryXML
returns the number of packages known to the repository
getPackageDefaultVersion(String) - Method in interface org.apache.commons.jjar.Repository
 
getPackageDefaultVersion(String) - Method in class org.apache.commons.jjar.RepositoryProps
 
getPackageDefaultVersion(String) - Method in class org.apache.commons.jjar.RepositoryXML
returns the default version of the package to the caller
getPackageDescription(String) - Method in interface org.apache.commons.jjar.Repository
 
getPackageDescription(String) - Method in class org.apache.commons.jjar.RepositoryProps
 
getPackageDescription(String) - Method in class org.apache.commons.jjar.RepositoryXML
returns the info/desc string to the caller
getPackageListIter() - Method in interface org.apache.commons.jjar.Repository
 
getPackageListIter() - Method in class org.apache.commons.jjar.RepositoryProps
 
getPackageListIter() - Method in class org.apache.commons.jjar.RepositoryXML
returns an iterator over the list of package names
getPackageVersionList(String) - Method in interface org.apache.commons.jjar.Repository
 
getPackageVersionList(String) - Method in class org.apache.commons.jjar.RepositoryProps
 
getPackageVersionList(String) - Method in class org.apache.commons.jjar.RepositoryXML
returns a list of the know versions available for this package
getProp(String) - Method in class org.apache.commons.jjar.RepositoryXML
returns a given property not implemented
getVersion() - Method in class org.apache.commons.jjar.JJARPackage
 
getVersionString() - Method in class org.apache.commons.jjar.JJARPackage
 

H

help(String[]) - Static method in class org.apache.commons.jjar.JJAR
 

I

isPackage(String) - Method in interface org.apache.commons.jjar.Repository
 
isPackage(String) - Method in class org.apache.commons.jjar.RepositoryProps
 
isPackage(String) - Method in class org.apache.commons.jjar.RepositoryXML
determines if something is a known package
isProper() - Method in class org.apache.commons.jjar.Version
 

J

JJAR - Class in org.apache.commons.jjar
JJAR command line program
JJAR() - Constructor for class org.apache.commons.jjar.JJAR
 
JJARPackage - Class in org.apache.commons.jjar
little class to handle the package/version duple.
JJARPackage(String, String) - Constructor for class org.apache.commons.jjar.JJARPackage
usual CTOR
JJARPackage(String) - Constructor for class org.apache.commons.jjar.JJARPackage
ctor for : unispec
JJARTask - Class in org.apache.commons.jjar
An ant task for doing JJAR stuff
JJARTask() - Constructor for class org.apache.commons.jjar.JJARTask
 

L

list(String[]) - Static method in class org.apache.commons.jjar.JJAR
 
listJars(String) - Static method in class org.apache.commons.jjar.ClasspathUtil
lists the jars currently in the classpath
load(URL) - Method in interface org.apache.commons.jjar.Repository
 
load(URL) - Method in class org.apache.commons.jjar.RepositoryProps
 
load(URL) - Method in class org.apache.commons.jjar.RepositoryXML
loads the object with the XML data from the passed in URL.
load(URL, Map) - Method in class org.apache.commons.jjar.RepositoryXML
 

M

main(String[]) - Static method in class org.apache.commons.jjar.ClasspathUtil
 
main(String[]) - Static method in class org.apache.commons.jjar.JJAR
 
main(String[]) - Static method in class org.apache.commons.jjar.RepositoryXML
used for debugging
main(String[]) - Static method in class org.apache.commons.jjar.Version
 
mark(String[]) - Static method in class org.apache.commons.jjar.JJAR
 
markJar(String, String, String) - Static method in class org.apache.commons.jjar.ClasspathUtil
doesn't work.

O

org.apache.commons.jjar - package org.apache.commons.jjar
 

P

packageMatch(JarURLConnection, String, String) - Static method in class org.apache.commons.jjar.ClasspathUtil
determines if two packages are equal

R

Repository - Interface in org.apache.commons.jjar
first cut at a repository interface
RepositoryProps - Class in org.apache.commons.jjar
 
RepositoryProps() - Constructor for class org.apache.commons.jjar.RepositoryProps
 
RepositoryXML - Class in org.apache.commons.jjar
Repository implementation that supports XML repository definitions.
RepositoryXML() - Constructor for class org.apache.commons.jjar.RepositoryXML
 
reset() - Method in class org.apache.commons.jjar.DependencyEngine
Reset the dependency engine, clear all entries and start from scratch.

S

setClasspath(String) - Method in class org.apache.commons.jjar.JJARTask
 
setLocalrepository(String) - Method in class org.apache.commons.jjar.JJARTask
 
setOnlyDependencies(boolean) - Method in class org.apache.commons.jjar.JJARTask
 
setPackage(String) - Method in class org.apache.commons.jjar.JJARTask
[REQUIRED] sets the package and version.
setPathrefid(String) - Method in class org.apache.commons.jjar.JJARTask
 
setRepository(String) - Method in class org.apache.commons.jjar.JJARTask
 
setVerifyignore(boolean) - Method in class org.apache.commons.jjar.JJARTask
 
setVersion(String) - Method in class org.apache.commons.jjar.JJARTask
 
startElement(String, String, String, Attributes, Writer) - Method in class org.apache.commons.jjar.RepositoryXML
start element event handler for SAX.

T

title - Static variable in class org.apache.commons.jjar.JJAR
 
toString() - Method in class org.apache.commons.jjar.Version
 
Transport - Class in org.apache.commons.jjar
bit moving support for JJAR
Transport() - Constructor for class org.apache.commons.jjar.Transport
 

V

verify(String[]) - Static method in class org.apache.commons.jjar.JJAR
 
Version - Class in org.apache.commons.jjar
simple class to handle JJAR version information should be of format .-
Version(String) - Constructor for class org.apache.commons.jjar.Version
 

A C D E F G H I J L M O P R S T V

Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.