Class IdentifiableArchiveImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.logging.Logger log
      Logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Obtains a globally-unique identifier
      void setId​(java.lang.String id)
      Sets the globally-unique identifier
      • 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 Detail

      • log

        private static final java.util.logging.Logger log
        Logger
    • Constructor Detail

      • IdentifiableArchiveImpl

        public IdentifiableArchiveImpl​(ArchiveBase<?> archive)
    • Method Detail

      • getId

        public java.lang.String getId()
        Description copied from interface: Identifiable
        Obtains a globally-unique identifier
        Specified by:
        getId in interface Identifiable
        Returns:
      • setId

        public void setId​(java.lang.String id)
                   throws java.lang.IllegalArgumentException
        Description copied from interface: Identifiable
        Sets the globally-unique identifier
        Specified by:
        setId in interface Identifiable
        Throws:
        java.lang.IllegalArgumentException - If the ID is not specified