Package org.jboss.shrinkwrap.impl.base
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 org.jboss.shrinkwrap.impl.base.AssignableBase
as, getArchive
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
-
Field Details
-
log
Logger
-
-
Constructor Details
-
IdentifiableArchiveImpl
-
-
Method Details
-
getId
Description copied from interface:Identifiable
Obtains a globally-unique identifier- Specified by:
getId
in interfaceIdentifiable
- Returns:
-
setId
Description copied from interface:Identifiable
Sets the globally-unique identifier- Specified by:
setId
in interfaceIdentifiable
- Parameters:
id
-- Throws:
IllegalArgumentException
- If the ID is not specified
-