| java.lang.Object net.charabia.jsmoothgen.application.PropertiesBuilder
PropertiesBuilder | public class PropertiesBuilder (Code) | | author: Rodrigo |
getRenormalizedPathIfNeeded | public static String getRenormalizedPathIfNeeded(String value, File previousbasedir, File newbasedir)(Code) | | Converts a path relative to previousbasedir into a path
relative to newbasedir.
|
makeProperties | public static String makeProperties(File basedir, JSmoothModelBean obj)(Code) | | Creates a text containing all the relevant properties of a
JSmoothModelBean object. The properties are output in the form
"key=value".
Note that all the paths are converted to be made relative to
the basedir parameter provided. All the paths converted are
expected to be relative to the targetted executable binary
(before the conversion is applied, that is).
|
|
|