|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.types.DataType org.apache.tools.ant.types.Resource org.apache.tools.ant.types.resources.JavaResource
public class JavaResource
A Resource representation of something loadable via a Java classloader.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.types.Resource |
---|
MAGIC, UNKNOWN_DATETIME, UNKNOWN_SIZE |
Fields inherited from class org.apache.tools.ant.types.DataType |
---|
checked, ref |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
JavaResource()
Default constructor. |
|
JavaResource(java.lang.String name,
Path path)
Construct a new JavaResource using the specified name and classpath. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object another)
Compare this JavaResource to another Resource. |
Path |
createClasspath()
Add a classpath to use when looking up a resource. |
Path |
getClasspath()
get the classpath used by this LoadProperties . |
java.io.InputStream |
getInputStream()
Return an InputStream for reading the contents of this Resource. |
boolean |
isExists()
Learn whether this file exists. |
void |
setClasspath(Path classpath)
Set the classpath to use when looking up a resource. |
void |
setClasspathRef(Reference r)
Set the classpath to use when looking up a resource, given as reference to a <path> defined elsewhere |
void |
setLoaderRef(Reference r)
Use the reference to locate the loader. |
void |
setRefid(Reference r)
Overrides the super version. |
Methods inherited from class org.apache.tools.ant.types.Resource |
---|
clone, equals, getLastModified, getMagicNumber, getName, getOutputStream, getSize, hashCode, isDirectory, isFilesystemOnly, iterator, setDirectory, setExists, setLastModified, setName, setSize, size, toLongString, toString |
Methods inherited from class org.apache.tools.ant.types.DataType |
---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, tooManyAttributes |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JavaResource()
public JavaResource(java.lang.String name, Path path)
name
- the resource name.path
- the classpath.Method Detail |
---|
public void setClasspath(Path classpath)
classpath
- to add to any existing classpathpublic Path createClasspath()
public void setClasspathRef(Reference r)
r
- The reference valuepublic Path getClasspath()
LoadProperties
.
public void setLoaderRef(Reference r)
r
- the reference to locate the loader.public void setRefid(Reference r)
setRefid
in class Resource
r
- the Reference to set.public boolean isExists()
isExists
in class Resource
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in class Resource
java.io.IOException
- if an error occurs.public int compareTo(java.lang.Object another)
compareTo
in interface java.lang.Comparable
compareTo
in class Resource
another
- the other Resource against which to compare.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |