Uses of Class
aQute.lib.utf8properties.UTF8Properties
-
Packages that use UTF8Properties Package Description aQute.bnd.maven aQute.bnd.maven.support aQute.bnd.osgi aQute.lib.utf8properties -
-
Uses of UTF8Properties in aQute.bnd.maven
Fields in aQute.bnd.maven declared as UTF8Properties Modifier and Type Field Description private UTF8PropertiesPomPropertiesResource. 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) UTF8PropertiesMavenEntry. properties -
Uses of UTF8Properties in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return UTF8Properties Modifier and Type Method Description (package private) UTF8PropertiesProcessor. 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 UTF8PropertiesUTF8Properties. replaceAll(java.lang.String pattern, java.lang.String replacement)Replace a string in all the values.private UTF8PropertiesUTF8Properties. replaceAll(java.util.regex.Pattern regex, java.lang.String replacement)UTF8PropertiesUTF8Properties. replaceHere(java.io.File file)Replace the string "${.}" in all the values with the path of the specified file.
-