UML

org.topcased.search.uml2.engine
Class UML2ModelResourceValidator

java.lang.Object
  extended by AbstractModelResourceValidator
      extended by org.topcased.search.uml2.engine.UML2ModelResourceValidator

public class UML2ModelResourceValidator
extends AbstractModelResourceValidator

Convenience class allowing to check whether a resource is valid or not according to some basic file extension for exemple. Users can extend this class and override the check method in order to add additional, exhaustive & pertinent resource checkings.


Constructor Summary
UML2ModelResourceValidator()
           
 
Method Summary
 boolean check(org.eclipse.core.resources.IResource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UML2ModelResourceValidator

public UML2ModelResourceValidator()
Method Detail

check

public boolean check(org.eclipse.core.resources.IResource resource)

UML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.