org.vishia.java2C
Interface ConfigSrcPathPkg_ifc

All Known Implementing Classes:
Java2C_Main.InputFileParseResult

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

getStcPathes

java.util.List<java.lang.String> getStcPathes()
Returns the list of all pathes parsed with
 stcPath::={ <\"\"?stcPath>| <* :;?stcPath> ? : }.
 


getSrcPathes

java.util.List<java.lang.String> getSrcPathes()
Returns the list of all pathes parsed with
 srcPath::={ <\"\"?srcPath>| <* :;?srcPath> ? : }.
 


getSrcToTranslate

java.util.List<java.lang.String> getSrcToTranslate()
Returns the list of all sources to translate. A member of the list is either a Java file with package from the pkg root with / 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/.


getCPathPrePostfixForPackage

ConfigSrcPathPkg_ifc.Set getCPathPrePostfixForPackage(java.lang.String javaPackagePath)
Returns the Set of path, prefix and postfix for a given package path.

Returns:
If the package path isn't found, returns null.

reportConfig

void reportConfig(Report report,
                  int reportLevel)

getListPackageReplacements

java.util.Set<java.util.Map.Entry<java.lang.String,ConfigSrcPathPkg_ifc.Set>> getListPackageReplacements()