A C G I O P R S

A

addFactory(IArchiveFactory<?>) - Method in interface org.ow2.util.archive.api.IArchiveManager
Adds the given factory on this manager.
ArchiveException - Exception in org.ow2.util.archive.api
Exception thrown if there is a failure when handling archive.
ArchiveException() - Constructor for exception org.ow2.util.archive.api.ArchiveException
Constructs a new runtime exception with null as its detail message.
ArchiveException(String) - Constructor for exception org.ow2.util.archive.api.ArchiveException
Constructs a new runtime exception with the specified detail message.
ArchiveException(String, Throwable) - Constructor for exception org.ow2.util.archive.api.ArchiveException
Constructs a new runtime exception with the specified detail message and cause.
ArchiveException(Throwable) - Constructor for exception org.ow2.util.archive.api.ArchiveException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).

C

close() - Method in interface org.ow2.util.archive.api.IArchive
Close the underlying Resource.
create(Type) - Method in interface org.ow2.util.archive.api.IArchiveFactory
Creates an EZBArchive object for the given object.

G

get(String) - Method in interface org.ow2.util.archive.api.IArchiveMetadata
Gets the value of an entry for the given name.
getArchive(Object) - Method in interface org.ow2.util.archive.api.IArchiveManager
Creates an EZBArchive implementation object for the given object.
getEntries() - Method in interface org.ow2.util.archive.api.IArchive
 
getFile() - Method in interface org.ow2.util.archive.api.IFileArchive
Gets the file of the archive.
getImplementationVersion() - Method in interface org.ow2.util.archive.api.IArchiveMetadata
 
getMetadata() - Method in interface org.ow2.util.archive.api.IArchive
 
getName() - Method in interface org.ow2.util.archive.api.IArchive
 
getResource(String) - Method in interface org.ow2.util.archive.api.IArchive
 
getResources() - Method in interface org.ow2.util.archive.api.IArchive
 
getResources(String) - Method in interface org.ow2.util.archive.api.IArchive
 
getSupportedClass() - Method in interface org.ow2.util.archive.api.IArchiveFactory
 
getURL() - Method in interface org.ow2.util.archive.api.IArchive
Returns an URL that can be used to access the resource described by this IArchive.

I

IArchive - Interface in org.ow2.util.archive.api
Abstraction layer around processed archive (Jar, Directories, Bundles, ...).
IArchiveFactory<Type> - Interface in org.ow2.util.archive.api
Interface used by the Archive Manager to build implementation of EZBArchive.
IArchiveManager - Interface in org.ow2.util.archive.api
Interface of Archive Manager.
IArchiveMetadata - Interface in org.ow2.util.archive.api
Metadata available for this Archive.
IFileArchive - Interface in org.ow2.util.archive.api
Interface for "archives" that are consituted of a single non-jar file.

O

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

P

put(String, String) - Method in interface org.ow2.util.archive.api.IArchiveMetadata
Adds an entry into this metadata.

R

removeFactory(IArchiveFactory<?>) - Method in interface org.ow2.util.archive.api.IArchiveManager
Removes the given factory on this manager.

S

setFile(File) - Method in interface org.ow2.util.archive.api.IFileArchive
Sets the file of the archive.

A C G I O P R S

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