Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jetty7.SystemProperty

Packages that use SystemProperty
org.jboss.shrinkwrap.descriptor.api.jetty7 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of SystemProperty in org.jboss.shrinkwrap.descriptor.api.jetty7
 

Methods in org.jboss.shrinkwrap.descriptor.api.jetty7 that return SystemProperty
 SystemProperty<T> SystemProperty._default(String _default)
          Sets the default attribute
 SystemProperty<T> SystemProperty.id(String id)
          Sets the id attribute
 SystemProperty<T> SystemProperty.name(String name)
          Sets the name attribute
 SystemProperty<T> SystemProperty.remove_Default()
          Removes the default attribute
 SystemProperty<T> SystemProperty.removeId()
          Removes the id attribute
 SystemProperty<T> SystemProperty.removeName()
          Removes the name attribute
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.