Uses of Class
viper.descriptors.DescPrototype

Packages that use DescPrototype
viper.descriptors Provides the classes necessary to read comparable Descriptors in from a file.  
 

Uses of DescPrototype in viper.descriptors
 

Methods in viper.descriptors that return DescPrototype
static DescPrototype Descriptor.parseDescriptorConfig(org.w3c.dom.Element desc)
          parses the given descriptor config
static DescPrototype Descriptor.parseDescriptorConfig(VReader reader)
          Reads in a piece of Descriptor configuration data from a VReader.
static DescPrototype CanonicalFileDescriptor.getPrototype()
          Gets a copy of the prototype for a canonical file descriptor.
 DescPrototype CanonicalFileDescriptor.getThisPrototype()
          Gets a copy of this file descriptor, which may have more attributes than the static prototype file descriptor.
 

Constructors in viper.descriptors with parameters of type DescPrototype
CanonicalFileDescriptor(DescPrototype proto)
          Constructs a new canonical file descriptor from the given prototype.