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

A

AbsArchiveImpl - Class in org.ow2.util.archive.impl
Common code for analyzing manifest.
AbsArchiveImpl() - Constructor for class org.ow2.util.archive.impl.AbsArchiveImpl
Default constructor.
addClassResource(ClassLoader, List<String>) - Method in class org.ow2.util.archive.impl.MemoryArchive
 
addFactory(IArchiveFactory<?>) - Method in class org.ow2.util.archive.impl.ArchiveManager
Adds the given factory on this manager.
addResource(String, URL) - Method in class org.ow2.util.archive.impl.MemoryArchive
 
ArchiveManager - Class in org.ow2.util.archive.impl
Creates an archive for the given type.
ArchiveMetadataImpl - Class in org.ow2.util.archive.impl
Implementation of the metadata interface of an archive.
ArchiveMetadataImpl() - Constructor for class org.ow2.util.archive.impl.ArchiveMetadataImpl
Default constructor.

C

close() - Method in class org.ow2.util.archive.impl.DirectoryArchiveImpl
Close the underlying Resource.
close() - Method in class org.ow2.util.archive.impl.FileArchiveImpl
close() - Method in class org.ow2.util.archive.impl.JarArchiveImpl
Close the underlying Resource.
close() - Method in class org.ow2.util.archive.impl.MemoryArchive
Close the archive.
close() - Method in class org.ow2.util.archive.impl.URLArchiveImpl
Close the archive.
create(File) - Method in class org.ow2.util.archive.impl.DefaultArchiveFactory
Creates an EZBArchive object for the given object.
create(URL) - Method in class org.ow2.util.archive.impl.URLArchiveFactory
Creates an EZBArchive object for the given object.

D

DefaultArchiveFactory - Class in org.ow2.util.archive.impl
Default factory that manages the file (jar file or directories).
DefaultArchiveFactory() - Constructor for class org.ow2.util.archive.impl.DefaultArchiveFactory
 
DirectoryArchiveImpl - Class in org.ow2.util.archive.impl
Creates wrapper around directory.
DirectoryArchiveImpl(File) - Constructor for class org.ow2.util.archive.impl.DirectoryArchiveImpl
Creates new instance of an IArchive for a directory.

E

equals(Object) - Method in class org.ow2.util.archive.impl.DirectoryArchiveImpl
Is that the given object is equals to our instance.
equals(Object) - Method in class org.ow2.util.archive.impl.JarArchiveImpl
Is that the given object is equals to our instance.

F

FileArchiveImpl - Class in org.ow2.util.archive.impl
An implementation for the IFileArchive class.
FileArchiveImpl() - Constructor for class org.ow2.util.archive.impl.FileArchiveImpl
Constructor with no arguments.
FileArchiveImpl(File) - Constructor for class org.ow2.util.archive.impl.FileArchiveImpl
Constructs a file archive wit the given file.

G

get(String) - Method in class org.ow2.util.archive.impl.ArchiveMetadataImpl
Gets the value of an entry for the given name.
getArchive(Object) - Method in class org.ow2.util.archive.impl.ArchiveManager
Creates an EZBArchive implementation object for the given object.
getEntries() - Method in class org.ow2.util.archive.impl.DirectoryArchiveImpl
 
getEntries() - Method in class org.ow2.util.archive.impl.FileArchiveImpl
getEntries() - Method in class org.ow2.util.archive.impl.JarArchiveImpl
 
getEntries() - Method in class org.ow2.util.archive.impl.MemoryArchive
 
getEntries() - Method in class org.ow2.util.archive.impl.URLArchiveImpl
 
getFile() - Method in class org.ow2.util.archive.impl.FileArchiveImpl
getImplementationVersion() - Method in class org.ow2.util.archive.impl.ArchiveMetadataImpl
 
getInstance() - Static method in class org.ow2.util.archive.impl.ArchiveManager
Gets the unique instance of this class.
getMetadata() - Method in class org.ow2.util.archive.impl.AbsArchiveImpl
 
getMetadata() - Method in class org.ow2.util.archive.impl.DirectoryArchiveImpl
 
getMetadata() - Method in class org.ow2.util.archive.impl.FileArchiveImpl
getMetadata() - Method in class org.ow2.util.archive.impl.JarArchiveImpl
 
getName() - Method in class org.ow2.util.archive.impl.DirectoryArchiveImpl
 
getName() - Method in class org.ow2.util.archive.impl.FileArchiveImpl
getName() - Method in class org.ow2.util.archive.impl.JarArchiveImpl
 
getName() - Method in class org.ow2.util.archive.impl.MemoryArchive
 
getName() - Method in class org.ow2.util.archive.impl.URLArchiveImpl
Get archive name.
getResource(String) - Method in class org.ow2.util.archive.impl.DirectoryArchiveImpl
 
getResource(String) - Method in class org.ow2.util.archive.impl.FileArchiveImpl
getResource(String) - Method in class org.ow2.util.archive.impl.JarArchiveImpl
 
getResource(String) - Method in class org.ow2.util.archive.impl.MemoryArchive
 
getResource(String) - Method in class org.ow2.util.archive.impl.URLArchiveImpl
 
getResources() - Method in class org.ow2.util.archive.impl.DirectoryArchiveImpl
 
getResources(String) - Method in class org.ow2.util.archive.impl.DirectoryArchiveImpl
 
getResources() - Method in class org.ow2.util.archive.impl.FileArchiveImpl
getResources(String) - Method in class org.ow2.util.archive.impl.FileArchiveImpl
getResources() - Method in class org.ow2.util.archive.impl.JarArchiveImpl
 
getResources(String) - Method in class org.ow2.util.archive.impl.JarArchiveImpl
 
getResources() - Method in class org.ow2.util.archive.impl.MemoryArchive
 
getResources(String) - Method in class org.ow2.util.archive.impl.MemoryArchive
 
getResources() - Method in class org.ow2.util.archive.impl.URLArchiveImpl
 
getResources(String) - Method in class org.ow2.util.archive.impl.URLArchiveImpl
 
getSupportedClass() - Method in class org.ow2.util.archive.impl.DefaultArchiveFactory
 
getSupportedClass() - Method in class org.ow2.util.archive.impl.URLArchiveFactory
 
getURL() - Method in class org.ow2.util.archive.impl.DirectoryArchiveImpl
 
getURL() - Method in class org.ow2.util.archive.impl.FileArchiveImpl
getURL() - Method in class org.ow2.util.archive.impl.JarArchiveImpl
 
getURL() - Method in class org.ow2.util.archive.impl.MemoryArchive
The memory archive has no url.
getURL() - Method in class org.ow2.util.archive.impl.URLArchiveImpl
 

H

hashCode() - Method in class org.ow2.util.archive.impl.DirectoryArchiveImpl
Gets hashcode for this object.
hashCode() - Method in class org.ow2.util.archive.impl.JarArchiveImpl
Gets hashcode for this object.

I

initMetadata() - Method in class org.ow2.util.archive.impl.DirectoryArchiveImpl
Init metadata by reading the Manifest file.
initMetadata() - Method in class org.ow2.util.archive.impl.JarArchiveImpl
Init metadata by reading the Manifest file.

J

JarArchiveImpl - Class in org.ow2.util.archive.impl
Creates wrapper around jar file.
JarArchiveImpl(File) - Constructor for class org.ow2.util.archive.impl.JarArchiveImpl
Creates new instance of an EZBArchive for a jar file.

M

MemoryArchive - Class in org.ow2.util.archive.impl
Emulate an archive in memory.
MemoryArchive() - Constructor for class org.ow2.util.archive.impl.MemoryArchive
Construct an archive in memory.
MemoryArchive(ClassLoader, List<String>) - Constructor for class org.ow2.util.archive.impl.MemoryArchive
Construct an archive in memory.

O

org.ow2.util.archive.impl - package org.ow2.util.archive.impl
Implementation of EJB 3.0 container

P

put(String, String) - Method in class org.ow2.util.archive.impl.ArchiveMetadataImpl
Adds an entry into this metadata.

R

readManifest(Manifest) - Method in class org.ow2.util.archive.impl.AbsArchiveImpl
Read the manifest and complete the metadata.
removeFactory(IArchiveFactory<?>) - Method in class org.ow2.util.archive.impl.ArchiveManager
Removes the given factory on this manager.

S

setFile(File) - Method in class org.ow2.util.archive.impl.FileArchiveImpl

T

toString() - Method in class org.ow2.util.archive.impl.AbsArchiveImpl
 
toString() - Method in class org.ow2.util.archive.impl.DirectoryArchiveImpl
 
toString() - Method in class org.ow2.util.archive.impl.FileArchiveImpl
 
toString() - Method in class org.ow2.util.archive.impl.JarArchiveImpl
 

U

URLArchiveFactory - Class in org.ow2.util.archive.impl
Default factory that manages the file (jar file or directories).
URLArchiveFactory() - Constructor for class org.ow2.util.archive.impl.URLArchiveFactory
 
URLArchiveImpl - Class in org.ow2.util.archive.impl
Implementation of an archive from an url targeting a jar.
URLArchiveImpl(URL) - Constructor for class org.ow2.util.archive.impl.URLArchiveImpl
Constructor.

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

Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.