com.sap.ide.webdynpro.checklayer.application
Class ApplicationChecker

java.lang.Object
  |
  +--com.sap.ide.webdynpro.checklayer.MDOChecker
        |
        +--com.sap.ide.webdynpro.checklayer.application.ApplicationChecker
All Implemented Interfaces:
IWebDynproChecker

public class ApplicationChecker
extends MDOChecker

This is the checker class for applications.


Field Summary
static java.lang.String STANDARD_APPLICATION_PROPERTY_DEFINITION_SET_NAME
           
 
Constructor Summary
ApplicationChecker()
           
 
Method Summary
 void check(com.sap.ide.metamodel.general.DevelopmentObject developmentObject, boolean fullCheck, CheckResult checkResult)
           
static ApplicationChecker getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STANDARD_APPLICATION_PROPERTY_DEFINITION_SET_NAME

public static final java.lang.String STANDARD_APPLICATION_PROPERTY_DEFINITION_SET_NAME
Constructor Detail

ApplicationChecker

public ApplicationChecker()
Method Detail

getInstance

public static ApplicationChecker getInstance()

check

public void check(com.sap.ide.metamodel.general.DevelopmentObject developmentObject,
                  boolean fullCheck,
                  CheckResult checkResult)
Overrides:
check in class MDOChecker
See Also:
IWebDynproChecker.check(DevelopmentObject, boolean, CheckResult)


Copyright © 2005 SAP AG. All Rights Reserved.