Package org.codehaus.mojo.idlj
Class AbstractIDLJMojo.DependenciesFacadeImpl
java.lang.Object
org.codehaus.mojo.idlj.AbstractIDLJMojo.DependenciesFacadeImpl
- All Implemented Interfaces:
AbstractIDLJMojo.DependenciesFacade
- Enclosing class:
AbstractIDLJMojo
static class AbstractIDLJMojo.DependenciesFacadeImpl
extends Object
implements AbstractIDLJMojo.DependenciesFacade
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
createDirectory
(File directory) org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner
createSourceInclusionScanner
(int updatedWithinMsecs, Set<String> includes, Set<String> excludes) boolean
boolean
isDirectory
(File file) boolean
isWriteable
(File directory)
-
Constructor Details
-
DependenciesFacadeImpl
DependenciesFacadeImpl()
-
-
Method Details
-
copyFile
- Specified by:
copyFile
in interfaceAbstractIDLJMojo.DependenciesFacade
- Throws:
IOException
-
createSourceInclusionScanner
public org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner createSourceInclusionScanner(int updatedWithinMsecs, Set<String> includes, Set<String> excludes) - Specified by:
createSourceInclusionScanner
in interfaceAbstractIDLJMojo.DependenciesFacade
-
exists
- Specified by:
exists
in interfaceAbstractIDLJMojo.DependenciesFacade
-
createDirectory
- Specified by:
createDirectory
in interfaceAbstractIDLJMojo.DependenciesFacade
-
isWriteable
- Specified by:
isWriteable
in interfaceAbstractIDLJMojo.DependenciesFacade
-
isDirectory
- Specified by:
isDirectory
in interfaceAbstractIDLJMojo.DependenciesFacade
-