public interface ConfigSrcPathPkg_ifc
Modifier and Type | Interface and Description |
---|---|
static interface |
ConfigSrcPathPkg_ifc.Set
Sub-interface to get values from a prefix/suffix-set.
|
Modifier and Type | Method and Description |
---|---|
ConfigSrcPathPkg_ifc.Set |
getCPathPrePostfixForPackage(java.lang.String javaPackagePath)
Returns the Set of path, prefix and postfix for a given package path.
|
java.util.Set<java.util.Map.Entry<java.lang.String,ConfigSrcPathPkg_ifc.Set>> |
getListPackageReplacements() |
java.util.List<java.lang.String> |
getSrcPathes()
Returns the list of all pathes parsed with
|
java.util.List<java.lang.String> |
getSrcToTranslate()
Returns the list of all sources to translate.
|
java.util.List<java.lang.String> |
getStcPathes()
Returns the list of all pathes parsed with
|
void |
reportConfig(org.vishia.mainCmd.Report report,
int reportLevel) |
java.util.List<java.lang.String> getStcPathes()
stcPath::=>{ <\"\"?stcPath>| <* :;?stcPath> ? : }.
java.util.List<java.lang.String> getSrcPathes()
srcPath::=>{ <\"\"?srcPath>| <* :;?srcPath> ? : }.
java.util.List<java.lang.String> getSrcToTranslate()
/
at separator,
at example org/vishia/util/StringPart.java
or it is a package with /
as separator and on end,
at example org/vishia/util/
.ConfigSrcPathPkg_ifc.Set getCPathPrePostfixForPackage(java.lang.String javaPackagePath)
void reportConfig(org.vishia.mainCmd.Report report, int reportLevel)
java.util.Set<java.util.Map.Entry<java.lang.String,ConfigSrcPathPkg_ifc.Set>> getListPackageReplacements()