Class InspectorFile
java.lang.Object
de.hsh.graja.util.comment.inspector.InspectorFile
This class represents a source code file inside an
Inspector
-
Constructor Summary
ConstructorsConstructorDescriptionInspectorFile
(File file, IncludeSpec includeSpec) This constructor fills attributes and createsInspectorLines
from the given file -
Method Summary
-
Constructor Details
-
InspectorFile
This constructor fills attributes and createsInspectorLines
from the given file- Parameters:
file
- The source code fileincludeSpec
- includeSpec
-
-
Method Details
-
show
public void show() -
hide
public void hide() -
isHidden
public boolean isHidden() -
getLines
-
getLine
-
hasLineInfo
public boolean hasLineInfo() -
getFile
-
getFileName
-
getContents
- Returns:
- a list of all contents.
-