Class IdentifiableArchiveImpl
java.lang.Object
org.jboss.shrinkwrap.impl.base.AssignableBase<ArchiveBase<?>>
org.jboss.shrinkwrap.impl.base.IdentifiableArchiveImpl
- All Implemented Interfaces:
Assignable, Identifiable
Assignable implementation view of an Identifiable.- Version:
- $Revision: $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AssignableBase
as, getArchiveMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Assignable
as
-
Field Details
-
log
Logger
-
-
Constructor Details
-
IdentifiableArchiveImpl
-
-
Method Details
-
getId
Description copied from interface:IdentifiableObtains a globally-unique identifier- Specified by:
getIdin interfaceIdentifiable- Returns:
-
setId
Description copied from interface:IdentifiableSets the globally-unique identifier- Specified by:
setIdin interfaceIdentifiable- Parameters:
id-- Throws:
IllegalArgumentException- If the ID is not specified
-