|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.util.Version
public class Version
Manage version information for subsystems
| Constructor Summary | |
|---|---|
Version()
|
|
| Method Summary | |
|---|---|
void |
addClass(Class<?> c)
Add a class to the version information |
void |
print()
Prints version information for all registered classes to Standard Out |
void |
print(IndentedWriter writer)
Prints version information for all registered classes to the given writer |
String |
toString()
Gets user friendly version information for all registered classes as a string |
String |
toString(boolean singleLine)
Gets user friendly version information for all registered classes as a string |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Version()
| Method Detail |
|---|
public void addClass(Class<?> c)
c - Classpublic void print()
public void print(IndentedWriter writer)
writer - Writer to print version information topublic String toString(boolean singleLine)
singleLine - Whether to print to a single line
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||