Uses of Class
com.microsoft.tfs.core.checkinpolicies.PolicyLoaderException

Packages that use PolicyLoaderException
com.microsoft.tfs.core.checkinpolicies   
com.microsoft.tfs.core.checkinpolicies.loaders   
 

Uses of PolicyLoaderException in com.microsoft.tfs.core.checkinpolicies
 

Methods in com.microsoft.tfs.core.checkinpolicies that throw PolicyLoaderException
 java.lang.String[] PolicyLoader.getAvailablePolicyTypeIDs()
          Returns all the policy type ID strings that could be loaded by this loader.
 PolicyInstance PolicyLoader.load(java.lang.String policyTypeID)
          Loads a policy instance that is appropriate for the given policy type ID.
 

Uses of PolicyLoaderException in com.microsoft.tfs.core.checkinpolicies.loaders
 

Methods in com.microsoft.tfs.core.checkinpolicies.loaders that throw PolicyLoaderException
 java.lang.String[] NullPolicyLoader.getAvailablePolicyTypeIDs()
          Returns all the policy type ID strings that could be loaded by this loader.
 java.lang.String[] ClasspathPolicyLoader.getAvailablePolicyTypeIDs()
          Returns all the policy type ID strings that could be loaded by this loader.
 PolicyInstance NullPolicyLoader.load(java.lang.String policyTypeID)
          Loads a policy instance that is appropriate for the given policy type ID.
 PolicyInstance ClasspathPolicyLoader.load(java.lang.String policyTypeID)
          Loads a policy instance that is appropriate for the given policy type ID.
 



© 2015 Microsoft. All rights reserved.