Uses of Class
org.jmythapi.protocol.ProtocolVersionRange

Packages that use ProtocolVersionRange
org.jmythapi.javadoc.utils This package contains utility classes used for javadoc generation. 
org.jmythapi.protocol This package contains basic protocol related interfaces, exceptions and constants. 
org.jmythapi.protocol.utils This package contains protocol related utiltity classes. 
 

Uses of ProtocolVersionRange in org.jmythapi.javadoc.utils
 

Methods in org.jmythapi.javadoc.utils that return ProtocolVersionRange
static ProtocolVersionRange JavadocUtils.getProtocolVersionRange(com.sun.javadoc.AnnotationDesc annotation)
          Gets the protocol range of a javadoc annotation description.
static ProtocolVersionRange JavadocUtils.getProtocolVersionRange(com.sun.javadoc.Doc doc, boolean returnDefaultIfNull)
          Gets the protocol range of the given javadoc element.
static ProtocolVersionRange JavadocUtils.getProtocolVersionRange(com.sun.javadoc.Tag tag, boolean returnDefaultIfNull)
          Gets the protocol range a method or enumeration is annotated with.
 

Uses of ProtocolVersionRange in org.jmythapi.protocol
 

Fields in org.jmythapi.protocol declared as ProtocolVersionRange
static ProtocolVersionRange ProtocolVersionRange.DEFAULT_RANGE
          The default protocol-version range.
 

Methods in org.jmythapi.protocol that return ProtocolVersionRange
 ProtocolVersionRange ProtocolVersionRange.restrictRange(ProtocolVersionRange parentRange)
          Generates a new protocol-version-range depending on the values of this range and a parent range.
 

Methods in org.jmythapi.protocol with parameters of type ProtocolVersionRange
 ProtocolVersionRange ProtocolVersionRange.restrictRange(ProtocolVersionRange parentRange)
          Generates a new protocol-version-range depending on the values of this range and a parent range.
 

Uses of ProtocolVersionRange in org.jmythapi.protocol.utils
 

Methods in org.jmythapi.protocol.utils that return ProtocolVersionRange
static ProtocolVersionRange CommandUtils.getCommandVersionRange(String commandName)
          Returns the version-range the given command is supported in.
static
<E extends Enum<E>>
ProtocolVersionRange
EnumUtils.getEnumVersionRange(Enum<E> enumProp)
          Returns the version-range information for a given enum property.
 

Methods in org.jmythapi.protocol.utils that return types with arguments of type ProtocolVersionRange
static
<E extends Enum<E>>
EnumMap<E,ProtocolVersionRange>
EnumUtils.getEnumVersionMap(Class<E> propsClass)
          Returns a map of enumeration properties.
 



Copyright © 2008-2013. All Rights Reserved.