|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigSrcPathPkg_ifc
Interface to access to getted values of a input cfg file.
| Nested Class Summary | |
|---|---|
static interface |
ConfigSrcPathPkg_ifc.Set
Sub-interface to get values from a prefix/suffix-set. |
| Method Summary | |
|---|---|
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 srcPath::= |
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 stcPath::= |
void |
reportConfig(Report report,
int reportLevel)
|
| Method Detail |
|---|
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(Report report,
int reportLevel)
java.util.Set<java.util.Map.Entry<java.lang.String,ConfigSrcPathPkg_ifc.Set>> getListPackageReplacements()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||