org.vishia.java2C
Interface ConfigSrcPathPkg_ifc.Set

All Known Implementing Classes:
CRuntimeJavalikeClassData.PkgReplacementInfo, Java2C_Main.InputFileParseResult.Set
Enclosing interface:
ConfigSrcPathPkg_ifc

public static interface ConfigSrcPathPkg_ifc.Set

Sub-interface to get values from a prefix/suffix-set.


Method Summary
 java.lang.String getFilePrefix()
          Gets the path and maybe a file prefix.
 java.lang.String getFileSuffix()
          Gets the suffix for files.
 java.lang.String getInputPath()
          Gets the input path.
 java.lang.String getNamePrefix()
          Gets the prefix for names.
 java.lang.String getNameSuffix()
          Gets the suffix for names.
 java.lang.String getStcFile()
           
 

Method Detail

getFilePrefix

java.lang.String getFilePrefix()
Gets the path and maybe a file prefix. Return "" if it isn't given in input.cfg.


getFileSuffix

java.lang.String getFileSuffix()
Gets the suffix for files. Return null if it isn't given in input.cfg. Than the prefix contains the whole filename.


getNamePrefix

java.lang.String getNamePrefix()
Gets the prefix for names. Return "" if it isn't given in input.cfg.


getNameSuffix

java.lang.String getNameSuffix()
Gets the suffix for names. Return null if it isn't given in input.cfg. Than the prefix contains the whole classname


getInputPath

java.lang.String getInputPath()
Gets the input path.


getStcFile

java.lang.String getStcFile()