Public Member Functions | |
| BuildProperties (String folder) throws Exception | |
| String[] | getJars () throws Exception |
Public Attributes | |
| final Pattern | propertyPattern = Pattern.compile("\\s*jars.extra.classpath\\s*=\\s*") |
| final Pattern | jarPattern = Pattern.compile(".*jar") |
Static Public Attributes | |
| static final String | fileOfProperties = "build.properties" |
Read the list of jars from the build.properties.
| alma.acs.eclipse.utils.pluginbuilder.BuildProperties.BuildProperties | ( | String | folder | ) | throws Exception |
Constructor
| folder | The folder containing the fileOfProperties file. |
References alma.acs.eclipse.utils.pluginbuilder.BuildProperties.fileOfProperties.
| String [] alma.acs.eclipse.utils.pluginbuilder.BuildProperties.getJars | ( | ) | throws Exception |
Return the name of the jars in the build.properties like for example acscommon.jar
References alma.acs.eclipse.utils.pluginbuilder.BuildProperties.fileOfProperties.
final String alma.acs.eclipse.utils.pluginbuilder.BuildProperties.fileOfProperties = "build.properties" [static] |
The name of the file of eclipse properties to read
Referenced by alma.acs.eclipse.utils.pluginbuilder.BuildProperties.BuildProperties(), and alma.acs.eclipse.utils.pluginbuilder.BuildProperties.getJars().
| final Pattern alma.acs.eclipse.utils.pluginbuilder.BuildProperties.jarPattern = Pattern.compile(".*jar") |
The regular expression with the name of a jar
| final Pattern alma.acs.eclipse.utils.pluginbuilder.BuildProperties.propertyPattern = Pattern.compile("\\s*jars.extra.classpath\\s*=\\s*") |
The regular expression with the name of the property in the fileOfProperties listing the required jars.
1.7.0