org.vishia.java2C
Class Java2C_Main.FileIn

java.lang.Object
  extended by org.vishia.java2C.Java2C_Main.FileIn
Enclosing class:
Java2C_Main

private static class Java2C_Main.FileIn
extends java.lang.Object

One file entry to translate. Instances of this class are created while processing FileSystem.addFileToList(String, org.vishia.util.FileSystem.AddFileToList) calling called in Java2C_Main.addInputFilemask(String sMask, String, String) evaluating the input arguments of command line call.


Field Summary
private  boolean bTranslated
           
(package private)  java.io.File file
           
(package private)  java.lang.String sPostfix
           
(package private)  java.lang.String sPrefix
           
 
Constructor Summary
Java2C_Main.FileIn(java.io.File file, java.lang.String sPrefix, java.lang.String sPostfix)
           
 
Method Summary
 boolean isTranslated()
           
 void setTranslated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

final java.io.File file

sPrefix

final java.lang.String sPrefix

sPostfix

final java.lang.String sPostfix

bTranslated

private boolean bTranslated
Constructor Detail

Java2C_Main.FileIn

Java2C_Main.FileIn(java.io.File file,
                   java.lang.String sPrefix,
                   java.lang.String sPostfix)
Method Detail

setTranslated

public void setTranslated()

isTranslated

public boolean isTranslated()