org.mule.devkit.idea.compiler
Class MuleAptGenerationItem

java.lang.Object
  extended by org.mule.devkit.idea.compiler.MuleAptGenerationItem
All Implemented Interfaces:
com.intellij.openapi.compiler.GeneratingCompiler.GenerationItem

public class MuleAptGenerationItem
extends Object
implements com.intellij.openapi.compiler.GeneratingCompiler.GenerationItem


Constructor Summary
MuleAptGenerationItem(com.intellij.openapi.vfs.VirtualFile muleModule, com.intellij.openapi.module.Module module)
           
 
Method Summary
 com.intellij.openapi.module.Module getModule()
           
 String getPath()
           
 com.intellij.openapi.compiler.ValidityState getValidityState()
           
 boolean isTestSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleAptGenerationItem

public MuleAptGenerationItem(com.intellij.openapi.vfs.VirtualFile muleModule,
                             com.intellij.openapi.module.Module module)
Method Detail

getPath

public String getPath()
Specified by:
getPath in interface com.intellij.openapi.compiler.GeneratingCompiler.GenerationItem

getValidityState

public com.intellij.openapi.compiler.ValidityState getValidityState()
Specified by:
getValidityState in interface com.intellij.openapi.compiler.GeneratingCompiler.GenerationItem

getModule

public com.intellij.openapi.module.Module getModule()
Specified by:
getModule in interface com.intellij.openapi.compiler.GeneratingCompiler.GenerationItem

isTestSource

public boolean isTestSource()
Specified by:
isTestSource in interface com.intellij.openapi.compiler.GeneratingCompiler.GenerationItem


Copyright © 2014. All rights reserved.