All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.gdface.codegen.DuplicatedConstants Maven / Gradle / Ivy

There is a newer version: 3.5.0
Show newest version
package net.gdface.codegen;

public interface DuplicatedConstants {
    final String PACKAGE_OPTION = "p";
    final String PACKAGE_OPTION_LONG = "package";
    final String PACKAGE_OPTION_DESC = "The target package name.";
    final String OUTPUT_LOCATION_OPTION = "o";
    final String OUTPUT_LOCATION_OPTION_LONG = "output";
    final String OUTPUT_LOCATION_OPTION_DESC = "Output file location";
    final String RESOURCE_LOADER_OPTION = "l";
    final String RESOURCE_LOADER_OPTION_LONG = "loader";
    final String RESOURCE_LOADER_OPTION_DESC = "Resource loader type: [class,file],default class";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy