Uses of Class
org.apache.maven.dotnet.vendor.VendorInfoState

Packages that use VendorInfoState
org.apache.maven.dotnet.vendor Provides interfaces and classes to assist in determining missing vendor information such as framework version, vendor name and vendor version. 
 

Uses of VendorInfoState in org.apache.maven.dotnet.vendor
 

Methods in org.apache.maven.dotnet.vendor that return VendorInfoState
 VendorInfoState VendorInfoState.getState(VendorInfo vendorInfo)
          Returns the completion state of the specified vendor info
 VendorInfoState VendorInfoTransitionRule.process(VendorInfo vendorInfo)
          Fills in some or all of the specified vendor info object and returns the new state.
static VendorInfoState VendorInfoState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VendorInfoState[] VendorInfoState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2007 NMaven. All Rights Reserved.