Interface AbstractIDLJMojo.DependenciesFacade

All Known Implementing Classes:
AbstractIDLJMojo.DependenciesFacadeImpl
Enclosing class:
AbstractIDLJMojo

static interface AbstractIDLJMojo.DependenciesFacade
  • Method Details

    • createSourceInclusionScanner

      org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner createSourceInclusionScanner(int updatedWithinMsecs, Set<String> includes, Set<String> excludes)
    • copyFile

      void copyFile(File sourceFile, File targetFile) throws IOException
      Throws:
      IOException
    • exists

      boolean exists(File outputDirectory)
    • createDirectory

      void createDirectory(File directory)
    • isWriteable

      boolean isWriteable(File directory)
    • isDirectory

      boolean isDirectory(File file)