ProjectFile
Complete API reference for ProjectFile, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Files
Component: no
public class ProjectFile
Constructors
| Signature | Description |
|---|---|
ProjectFile(String, String) | Executes ProjectFile and returns after the underlying engine call finishes. |
ProjectFile(String) | Creates a new instance of ProjectFile. |
Methods
| Signature | Returns | Description |
|---|---|---|
getFormat() | String | Returns the current format. |
getInputStream() | InputStream | Returns the current input stream. |
loadText() | String | Loads text into the object. |
toString() | String | Returns the string representation. |
copyTo(File) | boolean | Returns a copy of this ProjectFile instance. |
Static Methods
| Signature | Returns | Description |
|---|---|---|
genericInterface() | GenericClassInspectorEntry | Executes genericInterface and returns after the underlying engine call finishes. |
inspectorController() | ClassInspectorEntry | Executes inspectorController and returns after the underlying engine call finishes. |