Package org.opensolaris.os.dtrace
Class Program.File
- java.lang.Object
-
- org.opensolaris.os.dtrace.Program
-
- org.opensolaris.os.dtrace.Program.File
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Program
public static final class Program.File extends Program
Identifies a compiled D program, specifically one that has been compiled from a file.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opensolaris.os.dtrace.Program
Program.File
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getFile()
Gets the program file.java.lang.String
toString()
Gets a string representation of thisProgram
instance useful for logging and not intended for display.-
Methods inherited from class org.opensolaris.os.dtrace.Program
getContents, getInfo, setInfo
-
-
-
-
Method Detail
-
getFile
public java.io.File getFile()
Gets the program file.- Returns:
- the
File
passed toConsumer.compile(java.io.File program, String[] macroArgs)
-
toString
public java.lang.String toString()
Description copied from class:Program
Gets a string representation of thisProgram
instance useful for logging and not intended for display. The exact details of the representation are unspecified and subject to change, but the following format may be regarded as typical:class-name[property1 = value1, property2 = value2]
-
-