SYMBOL INDEX (113 symbols across 16 files) FILE: .mvn/wrapper/MavenWrapperDownloader.java class MavenWrapperDownloader (line 32) | public final class MavenWrapperDownloader { method main (line 37) | public static void main(String[] args) { method downloadFileFromURL (line 64) | private static void downloadFileFromURL(URL wrapperUrl, Path wrapperJa... method log (line 90) | private static void log(String msg) { FILE: src/main/java/com/akathist/maven/plugins/launch4j/ClassPath.java class ClassPath (line 30) | public class ClassPath { method addToCp (line 74) | private void addToCp(List cp, String cpStr) { method toL4j (line 78) | net.sf.launch4j.config.ClassPath toL4j(Set dependencies) { method toString (line 103) | @Override FILE: src/main/java/com/akathist/maven/plugins/launch4j/Jre.java class Jre (line 30) | public class Jre { method toL4j (line 173) | net.sf.launch4j.config.Jre toL4j() { method toString (line 190) | @Override method deprecationWarning (line 206) | public void deprecationWarning(Log log) { FILE: src/main/java/com/akathist/maven/plugins/launch4j/Launch4jMojo.java class Launch4jMojo (line 69) | @Mojo( method getJar (line 347) | private File getJar() { method execute (line 351) | @Override method doExecute (line 362) | private void doExecute() throws MojoExecutionException { method fillSensibleJreDefaults (line 513) | private void fillSensibleJreDefaults() throws MojoExecutionException { method processRequireAdminRights (line 525) | private void processRequireAdminRights() throws MojoExecutionException { method setupBuildEnvironment (line 578) | private File setupBuildEnvironment() throws MojoExecutionException { method createParentFolder (line 588) | private void createParentFolder() { method unpackWorkDir (line 607) | private File unpackWorkDir(Artifact artifact) throws MojoExecutionExce... method setPermissions (line 700) | private void setPermissions(File workdir) { method relativizeAndCopy (line 716) | private List relativizeAndCopy(File workdir, List path... method retrieveBinaryBits (line 747) | private boolean retrieveBinaryBits(Artifact a) throws MojoExecutionExc... method chooseBinaryBits (line 764) | private Artifact chooseBinaryBits() throws MojoExecutionException { method getBaseDir (line 799) | private File getBaseDir() { method printState (line 806) | private void printState() { method getLaunch4jVersion (line 901) | private String getLaunch4jVersion() throws MojoExecutionException { method skipExecution (line 931) | private boolean skipExecution() { method toString (line 937) | @Override FILE: src/main/java/com/akathist/maven/plugins/launch4j/MavenLog.java class MavenLog (line 24) | public class MavenLog extends net.sf.launch4j.Log { method MavenLog (line 28) | public MavenLog(Log log) { method clear (line 32) | @Override method append (line 37) | @Override FILE: src/main/java/com/akathist/maven/plugins/launch4j/Messages.java class Messages (line 28) | public class Messages { method toL4j (line 49) | Msg toL4j() { method toString (line 62) | @Override FILE: src/main/java/com/akathist/maven/plugins/launch4j/SingleInstance.java class SingleInstance (line 27) | public class SingleInstance { method toL4j (line 35) | net.sf.launch4j.config.SingleInstance toL4j() { FILE: src/main/java/com/akathist/maven/plugins/launch4j/Splash.java class Splash (line 26) | public class Splash { method toL4j (line 55) | net.sf.launch4j.config.Splash toL4j() { method toString (line 66) | @Override FILE: src/main/java/com/akathist/maven/plugins/launch4j/VersionInfo.java class VersionInfo (line 38) | public class VersionInfo { method VersionInfo (line 122) | public VersionInfo() { method VersionInfo (line 125) | public VersionInfo(String fileVersion, String txtFileVersion, String f... method setLog (line 145) | public void setLog(Log log) { method toL4j (line 149) | net.sf.launch4j.config.VersionInfo toL4j() { method setLanguage (line 168) | private void setLanguage(net.sf.launch4j.config.VersionInfo ret) { method tryFillOutByDefaults (line 176) | void tryFillOutByDefaults(MavenProject project, File outfile) { method tryFillOutByDefaultVersionInL4jFormat (line 210) | private void tryFillOutByDefaultVersionInL4jFormat(String version) { method tryFillOutCopyrightByDefaults (line 217) | private void tryFillOutCopyrightByDefaults(String inceptionYear, Strin... method tryFillOutOrganizationRelatedDefaults (line 222) | private void tryFillOutOrganizationRelatedDefaults(String organization... method tryFillOutSimpleValuesByDefaults (line 227) | private void tryFillOutSimpleValuesByDefaults(String version, method getDefaultWhenSourceIsBlank (line 238) | private String getDefaultWhenSourceIsBlank(final String source, final ... method getDefaultWhenSourceIsBlankAndLogWarn (line 246) | private String getDefaultWhenSourceIsBlankAndLogWarn(final String source, method logWarningAboutDummyValue (line 258) | private void logWarningAboutDummyValue(final String sourceParamName, f... method toString (line 263) | @Override FILE: src/main/java/com/akathist/maven/plugins/launch4j/generators/CopyrightGenerator.java class CopyrightGenerator (line 25) | public class CopyrightGenerator { method CopyrightGenerator (line 26) | private CopyrightGenerator() { method generate (line 35) | public static String generate(String projectInceptionYear, String proj... method generateInceptionYear (line 43) | private static String generateInceptionYear(String projectInceptionYea... method generateOrganizationName (line 51) | private static String generateOrganizationName(String projectOrganizat... FILE: src/main/java/com/akathist/maven/plugins/launch4j/generators/Launch4jFileVersionGenerator.java class Launch4jFileVersionGenerator (line 26) | public class Launch4jFileVersionGenerator { method Launch4jFileVersionGenerator (line 33) | private Launch4jFileVersionGenerator() { method generate (line 48) | public static String generate(String projectVersion) { method removeTextFlags (line 63) | private static String removeTextFlags(String version) { method stripLeadingZeros (line 81) | private static String stripLeadingZeros(String version) { method cutOffTooManyNestedLevels (line 99) | private static String cutOffTooManyNestedLevels(String versionLevels) { method appendMissingNestedLevelsByZeros (line 111) | private static String appendMissingNestedLevelsByZeros(String versionL... FILE: src/main/java/com/akathist/maven/plugins/launch4j/tools/ResourceIO.java class ResourceIO (line 31) | final public class ResourceIO { method ResourceIO (line 35) | private ResourceIO() { method readAllBytes (line 39) | private static byte[] readAllBytes(InputStream is) throws IOException { method readResourceAsBytes (line 51) | public static byte[] readResourceAsBytes(String resName) throws IOExce... method writeBytesIfDiff (line 61) | public static void writeBytesIfDiff(File outFile, byte[] outBytes) thr... method readBytes (line 71) | public static byte[] readBytes(File inFile) throws IOException { method writeBytes (line 80) | public static void writeBytes(File outFile, byte[] outBytes) throws IO... FILE: src/test/java/com/akathist/maven/plugins/launch4j/Launch4jMojoTest.java class Launch4jMojoTest (line 25) | public class Launch4jMojoTest extends AbstractMojoTestCase { method testPrintOutFulfilledConfiguration (line 26) | public void testPrintOutFulfilledConfiguration() throws Exception { FILE: src/test/java/com/akathist/maven/plugins/launch4j/VersionInfoTest.java class VersionInfoTest (line 46) | @RunWith(MockitoJUnitRunner.class) method buildVersionInfoFromTestParams (line 75) | @Before method shouldConvertIntoL4jFormatProperly (line 84) | @Test method shouldConvertIntoL4jFormat_For_All_Languages (line 104) | @Test method shouldThrowException_WhenTryingToFillOutDefaults_WithEmptyProject (line 118) | @Test(expected = IllegalArgumentException.class) method shouldThrowException_WhenTryingToFillOutDefaults_WithEmptyOutfile (line 124) | @Test(expected = IllegalArgumentException.class) method should_Not_FillOut_ByDefaultVersion_InL4jFormat_When_VersionInfoPropsWere_Filled (line 130) | @Test method shouldFillOut_ByDefaultVersion_InL4jFormat_When_VersionInfoPropsWere_Empty (line 146) | @Test method should_Not_FillOut_Copyright_ByDefault_When_ItWas_Filled (line 165) | @Test method shouldFillOut_Copyright_ByDefault_When_ItWas_Empty (line 185) | @Test method should_Not_FillOutByDefaults_From_OrganizationName_When_VersionInfoPropsWere_Filled (line 207) | @Test method shouldFillOutByDefaults_From_OrganizationName_When_OrganizationWas_Filled (line 224) | @Test method should_Not_FillOutByDefaults_SimpleValues_From_MavenProject_When_VersionInfoPropsWere_Filled (line 242) | @Test method shouldFillOutByDefaults_SimpleValues_From_MavenProject_When_VersionInfoPropsWere_Empty (line 273) | @Test method should_Not_FillOut_ByDefault_LastSegmentOfOutfilePath_When_OriginalFilenameWas_Filled (line 304) | @Test method shouldFillOut_ByDefault_LastSegmentOfOutfilePath_When_OriginalFilenameWas_Empty (line 318) | @Test method shouldLogWarningsAboutDummyValues (line 332) | @Test method shouldFillOut_ByDummyValues_When_OriginalValues_Empty_And_ProjectParams_Empty (line 359) | @Test method shouldGenerateString_WithTestParams (line 384) | @Test method containsParam (line 405) | private boolean containsParam(String result, String paramName, String ... FILE: src/test/java/com/akathist/maven/plugins/launch4j/generators/CopyrightGeneratorTest.java class CopyrightGeneratorTest (line 10) | public class CopyrightGeneratorTest { method initializeBuildYear (line 16) | @Before method shouldContain_BuildYear (line 23) | @Test method shouldContain_InceptionYear_And_BuildYear (line 33) | @Test method shouldContain_BuildYear_And_OrganizationName (line 48) | @Test method shouldContain_InceptionYear_And_BuildYear_And_OrganizationName (line 63) | @Test method concatAndWrapWithCopyright (line 79) | private String concatAndWrapWithCopyright(String... elements) { FILE: src/test/java/com/akathist/maven/plugins/launch4j/generators/Launch4jFileVersionGeneratorTest.java class Launch4jFileVersionGeneratorTest (line 10) | @RunWith(JUnitParamsRunner.class) method shouldReturnNull_WhenProjectVersionIsNull (line 12) | @Test method shouldThrowException_WhenProjectVersion_HaveWrongFormat (line 21) | @Test(expected = IllegalArgumentException.class) method shouldFillMissingPlacesByZeros (line 39) | @Test method shouldCutOffTextFlags (line 56) | @Test method shouldCutOffTooManyNestedDigits (line 78) | @Test method shouldStripLeadingZerosFromVersionComponents (line 93) | @Test method shouldHandleZeroVersionsCorrectly (line 112) | @Test