Uses of Class
aQute.lib.utf8properties.UTF8Properties
-
Packages that use UTF8Properties Package Description aQute.bnd.aspectj.plugin aQute.bnd.maven aQute.bnd.maven.support aQute.bnd.osgi aQute.lib.utf8properties -
-
Uses of UTF8Properties in aQute.bnd.aspectj.plugin
Methods in aQute.bnd.aspectj.plugin with parameters of type UTF8Properties Modifier and Type Method Description private WriteResource
AspectJ. propertiesResource(Resource properties, UTF8Properties launchProperties)
-
Uses of UTF8Properties in aQute.bnd.maven
Fields in aQute.bnd.maven declared as UTF8Properties Modifier and Type Field Description private UTF8Properties
PomPropertiesResource. pomProperties
-
Uses of UTF8Properties in aQute.bnd.maven.support
Fields in aQute.bnd.maven.support declared as UTF8Properties Modifier and Type Field Description (package private) UTF8Properties
MavenEntry. properties
-
Uses of UTF8Properties in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return UTF8Properties Modifier and Type Method Description (package private) UTF8Properties
Processor. loadProperties0(java.io.File file)
Load Properties from disk. -
Uses of UTF8Properties in aQute.lib.utf8properties
Methods in aQute.lib.utf8properties that return UTF8Properties Modifier and Type Method Description UTF8Properties
UTF8Properties. replaceAll(java.lang.String pattern, java.lang.String replacement)
Replace a string in all the values.private UTF8Properties
UTF8Properties. replaceAll(java.util.regex.Pattern regex, java.lang.String replacement)
UTF8Properties
UTF8Properties. replaceHere(java.io.File file)
Replace the string "${.}" in all the values with the path of the specified file.
-