Public Member Functions | Public Attributes | Static Public Attributes

alma.acs.eclipse.utils.pluginbuilder.BuildProperties Class Reference

List of all members.

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"

Detailed Description

Read the list of jars from the build.properties.

Author:
acaproni
Since:
ACS-8.0.1

Constructor & Destructor Documentation

alma.acs.eclipse.utils.pluginbuilder.BuildProperties.BuildProperties ( String  folder  )  throws Exception

Constructor

Parameters:
folder The folder containing the fileOfProperties file.

References alma.acs.eclipse.utils.pluginbuilder.BuildProperties.fileOfProperties.


Member Function Documentation

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

Returns:
The name of the jars

References alma.acs.eclipse.utils.pluginbuilder.BuildProperties.fileOfProperties.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties