|
Multivalent API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmultivalent.devel.Check
Check for likely coding problems.
Class.forName(name).newInstance() to instantiate behaviors,
which requires them to be public and with a null consbtructor.
- Protocol methods have right signature (methods with protocol names match corresponding in
Behavior).
Overloading might be ok, but those methods won't be invoked by the system.
java -classpath .../Multivalent.jar devel.Check [options] class-or-JAR-or-directory...
where options
| Field Summary | |
|---|---|
static java.lang.String |
USAGE
|
static java.lang.String |
VERSION
|
| Constructor Summary | |
|---|---|
Check(com.pt.io.FileList files)
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] argv)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String USAGE
public static final java.lang.String VERSION
| Constructor Detail |
|---|
public Check(com.pt.io.FileList files)
| Method Detail |
|---|
public static void main(java.lang.String[] argv)
|
Multivalent API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||