org.vishia.java2C
Class CRuntimeJavalikeClassData.PkgReplacementInfo

java.lang.Object
  extended by org.vishia.java2C.CRuntimeJavalikeClassData.PkgReplacementInfo
All Implemented Interfaces:
ConfigSrcPathPkg_ifc.Set
Enclosing class:
CRuntimeJavalikeClassData

 class CRuntimeJavalikeClassData.PkgReplacementInfo
extends java.lang.Object
implements ConfigSrcPathPkg_ifc.Set


Field Summary
private  java.lang.String filePrefix
           
private  java.lang.String fileSuffix
           
private  java.lang.String namePrefix
           
private  java.lang.String nameSuffix
           
private  java.lang.String sStcFile
           
 
Constructor Summary
CRuntimeJavalikeClassData.PkgReplacementInfo(java.lang.String filePrefix, java.lang.String fileSuffix, java.lang.String namePrefix, java.lang.String nameSuffix, java.lang.String sStcFile)
           
 
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()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

filePrefix

private final java.lang.String filePrefix

fileSuffix

private final java.lang.String fileSuffix

namePrefix

private final java.lang.String namePrefix

nameSuffix

private final java.lang.String nameSuffix

sStcFile

private final java.lang.String sStcFile
Constructor Detail

CRuntimeJavalikeClassData.PkgReplacementInfo

public CRuntimeJavalikeClassData.PkgReplacementInfo(java.lang.String filePrefix,
                                                    java.lang.String fileSuffix,
                                                    java.lang.String namePrefix,
                                                    java.lang.String nameSuffix,
                                                    java.lang.String sStcFile)
Method Detail

getFilePrefix

public java.lang.String getFilePrefix()
Description copied from interface: ConfigSrcPathPkg_ifc.Set
Gets the path and maybe a file prefix. Return "" if it isn't given in input.cfg.

Specified by:
getFilePrefix in interface ConfigSrcPathPkg_ifc.Set

getFileSuffix

public java.lang.String getFileSuffix()
Description copied from interface: ConfigSrcPathPkg_ifc.Set
Gets the suffix for files. Return null if it isn't given in input.cfg. Than the prefix contains the whole filename.

Specified by:
getFileSuffix in interface ConfigSrcPathPkg_ifc.Set

getNamePrefix

public java.lang.String getNamePrefix()
Description copied from interface: ConfigSrcPathPkg_ifc.Set
Gets the prefix for names. Return "" if it isn't given in input.cfg.

Specified by:
getNamePrefix in interface ConfigSrcPathPkg_ifc.Set

getNameSuffix

public java.lang.String getNameSuffix()
Description copied from interface: ConfigSrcPathPkg_ifc.Set
Gets the suffix for names. Return null if it isn't given in input.cfg. Than the prefix contains the whole classname

Specified by:
getNameSuffix in interface ConfigSrcPathPkg_ifc.Set

getInputPath

public java.lang.String getInputPath()
Description copied from interface: ConfigSrcPathPkg_ifc.Set
Gets the input path.

Specified by:
getInputPath in interface ConfigSrcPathPkg_ifc.Set

getStcFile

public java.lang.String getStcFile()
Specified by:
getStcFile in interface ConfigSrcPathPkg_ifc.Set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object