|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensolaris.os.dtrace.Program
org.opensolaris.os.dtrace.Program.File
public static final class Program.File
Identifies a compiled D program, specifically one that has been compiled from a file.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.opensolaris.os.dtrace.Program |
---|
Program.File |
Method Summary | |
---|---|
java.io.File |
getFile()
Gets the program file. |
java.lang.String |
toString()
Gets a string representation of this Program instance
useful for logging and not intended for display. |
Methods inherited from class org.opensolaris.os.dtrace.Program |
---|
getContents, getInfo, setInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.io.File getFile()
File
passed to Consumer.compile(java.io.File program, String[] macroArgs)
public java.lang.String toString()
Program
Program
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]
toString
in class Program
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |