public class BuildProperties
extends java.lang.Object
build.properties.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
fileOfProperties
The name of the file of eclipse properties to read
|
java.util.regex.Pattern |
jarPattern
The regular expression with the name of a jar
|
java.util.regex.Pattern |
propertyPattern
The regular expression with the name of the property in the
fileOfProperties listing the required jars. |
| Constructor and Description |
|---|
BuildProperties(java.lang.String folder)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getJars()
Return the name of the jars in the
build.properties
like for example acscommon.jar |
public static final java.lang.String fileOfProperties
public final java.util.regex.Pattern propertyPattern
fileOfProperties listing the required jars.public final java.util.regex.Pattern jarPattern