org.apache.aries.ejb.modelling.impl
Class OpenEJBLocator.ClasspathIDirectory
java.lang.Object
org.apache.aries.ejb.modelling.impl.OpenEJBLocator.ClasspathIDirectory
- All Implemented Interfaces:
- Iterable<org.apache.aries.util.filesystem.IFile>, org.apache.aries.util.filesystem.IDirectory, org.apache.aries.util.filesystem.IFile
- Enclosing class:
- OpenEJBLocator
public class OpenEJBLocator.ClasspathIDirectory
- extends Object
- implements org.apache.aries.util.filesystem.IDirectory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenEJBLocator.ClasspathIDirectory
public OpenEJBLocator.ClasspathIDirectory(org.apache.aries.util.filesystem.IDirectory parent,
String name)
convert
public org.apache.aries.util.filesystem.IDirectory convert()
- Specified by:
convert in interface org.apache.aries.util.filesystem.IFile
convertNested
public org.apache.aries.util.filesystem.IDirectory convertNested()
- Specified by:
convertNested in interface org.apache.aries.util.filesystem.IFile
getFile
public org.apache.aries.util.filesystem.IFile getFile(String arg0)
- Specified by:
getFile in interface org.apache.aries.util.filesystem.IDirectory
getLastModified
public long getLastModified()
- Specified by:
getLastModified in interface org.apache.aries.util.filesystem.IFile
getName
public String getName()
- Specified by:
getName in interface org.apache.aries.util.filesystem.IFile
getParent
public org.apache.aries.util.filesystem.IDirectory getParent()
- Specified by:
getParent in interface org.apache.aries.util.filesystem.IFile
getRoot
public org.apache.aries.util.filesystem.IDirectory getRoot()
- Specified by:
getRoot in interface org.apache.aries.util.filesystem.IFile
getSize
public long getSize()
- Specified by:
getSize in interface org.apache.aries.util.filesystem.IFile
isDirectory
public boolean isDirectory()
- Specified by:
isDirectory in interface org.apache.aries.util.filesystem.IFile
isFile
public boolean isFile()
- Specified by:
isFile in interface org.apache.aries.util.filesystem.IFile
isRoot
public boolean isRoot()
- Specified by:
isRoot in interface org.apache.aries.util.filesystem.IDirectory
iterator
public Iterator<org.apache.aries.util.filesystem.IFile> iterator()
- Specified by:
iterator in interface Iterable<org.apache.aries.util.filesystem.IFile>
listAllFiles
public List<org.apache.aries.util.filesystem.IFile> listAllFiles()
- Specified by:
listAllFiles in interface org.apache.aries.util.filesystem.IDirectory
listFiles
public List<org.apache.aries.util.filesystem.IFile> listFiles()
- Specified by:
listFiles in interface org.apache.aries.util.filesystem.IDirectory
open
public InputStream open()
throws IOException,
UnsupportedOperationException
- Specified by:
open in interface org.apache.aries.util.filesystem.IFile
- Throws:
IOException
UnsupportedOperationException
toCloseable
public org.apache.aries.util.filesystem.ICloseableDirectory toCloseable()
- Specified by:
toCloseable in interface org.apache.aries.util.filesystem.IDirectory
toURL
public URL toURL()
throws MalformedURLException
- Specified by:
toURL in interface org.apache.aries.util.filesystem.IFile
- Throws:
MalformedURLException
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.