stella.sql
Class TargetDatabase.Listing

java.lang.Object
  extended by stella.sql.TargetDatabase.Listing
Enclosing class:
TargetDatabase

public static class TargetDatabase.Listing
extends Object

Test class for changing from target list to target database.


Constructor Summary
TargetDatabase.Listing()
           
 
Method Summary
static void main(String[] arg)
          If properties are given, we parse them into target database propties.
private static void print(Collection<ParsedTarget> c)
          Print the name of the targets, orderd alphabetically.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetDatabase.Listing

public TargetDatabase.Listing()
Method Detail

print

private static void print(Collection<ParsedTarget> c)
Print the name of the targets, orderd alphabetically.


main

public static void main(String[] arg)
If properties are given, we parse them into target database propties.