Copyright @ 2002 SAP. All Rights Reserved.

Uses of Class
com.sap.tc.complib.namecheck.NameCheckException

Packages that use NameCheckException
com.sap.tc.complib.namecheck Provides helper classes for checking names of components. 
 

Uses of NameCheckException in com.sap.tc.complib.namecheck
 

Methods in com.sap.tc.complib.namecheck that throw NameCheckException
static void NameChecker.checkComponentName(java.lang.String nameToBeChecked)
          Checks the name of a development component (name without vendor part).
static void NameChecker.checkSoftwareComponentName(java.lang.String nameToBeChecked)
          Checks the name of a software component (name without vendor part).
static void NameChecker._checkComponentName(java.lang.String nameToBeChecked)
          Checks the name of a component (name without vendor part).
static void NameChecker.checkVendorName(java.lang.String nameToBeChecked)
          Checks the vendor part of a component's name Vendor names consist of multiple segments sepratated by '.'
static void NameChecker.checkPublicPartName(java.lang.String nameToBeChecked)
          Checks the name of a public part of a component.
static void NameChecker.checkCompartmentName(java.lang.String nameToBeChecked)
          Checks the name of a compartment of a development configuration.
static void NameChecker.checkAliasName(java.lang.String nameToBeChecked)
          Checks an SC Alias name.
static void NameChecker.checkBuildVariantName(java.lang.String nameToBeChecked)
          Checks the name of a build variant.
static void NameChecker.checkDevelopmentConfigurationName(java.lang.String nameToBeChecked)
          Checks the name of a development configuration.
 


Copyright @ 2002 SAP. All Rights Reserved.