org.mule.devkit.generation.studio
Class MultiModuleStudioPackageVerifier

java.lang.Object
  extended by org.mule.devkit.generation.studio.MultiModuleStudioPackageVerifier
All Implemented Interfaces:
MultiModuleAnnotationVerifier, Verifier

public class MultiModuleStudioPackageVerifier
extends Object
implements MultiModuleAnnotationVerifier


Constructor Summary
MultiModuleStudioPackageVerifier()
           
 
Method Summary
 List<org.mule.devkit.model.module.Module> processableModules(List<org.mule.devkit.model.module.Module> modules)
           
 boolean shouldVerify(List<org.mule.devkit.model.module.Module> modules)
           
 void verify(List<org.mule.devkit.model.module.Module> modules, NotificationGatherer gatherer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiModuleStudioPackageVerifier

public MultiModuleStudioPackageVerifier()
Method Detail

shouldVerify

public boolean shouldVerify(List<org.mule.devkit.model.module.Module> modules)
Specified by:
shouldVerify in interface MultiModuleAnnotationVerifier

processableModules

public List<org.mule.devkit.model.module.Module> processableModules(List<org.mule.devkit.model.module.Module> modules)
Specified by:
processableModules in interface MultiModuleAnnotationVerifier

verify

public void verify(List<org.mule.devkit.model.module.Module> modules,
                   NotificationGatherer gatherer)
            throws AnnotationVerificationException
Specified by:
verify in interface MultiModuleAnnotationVerifier
Throws:
AnnotationVerificationException


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.