Searched refs:copyLicenseFile (Results 1 – 8 of 8) sorted by relevance
129 LicenseSupport.copyLicenseFile(mInputDir, mWorkingDir); in execute()136 LicenseSupport.copyLicenseFile(mInputDir, mOutputFile.getParentFile()); in execute()
110 LicenseSupport.copyLicenseFile(mInputFile.getParentFile(), mOutputFile.getParentFile()); in execute()
146 LicenseSupport.copyLicenseFile(mInputDir, mOutputDir); in execute()
137 LicenseSupport.copyLicenseFile(mInputDir, mOutputDir); in execute()
135 LicenseSupport.copyLicenseFile(mInputDir, mOutputDir); in execute()
159 LicenseSupport.copyLicenseFile(mInputFile.getParentFile(), mOutputDir); in execute()
83 public static void copyLicenseFile(File inputDir, File outputDir) throws IOException { in copyLicenseFile() method in LicenseSupport
78 LicenseSupport.copyLicenseFile(inputFile.getParentFile(), outputFile.getParentFile()); in main()