Subversion Repositories bacoAlunos

Rev

Rev 1653 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1653 jmachado 1
import org.hibernate.type.StringType;
2
 
495 jmachado 3
import java.io.IOException;
4
 
5
/**
6
 * @author Jorge Machado
7
 * @date 4/Set/2010
8
 * @time 12:33:37
9
 * @email machadofisher@gmail.com
10
 */
1653 jmachado 11
public class CopyPhotos extends  StringType {
495 jmachado 12
 
13
    public static void main(1.5.0/docs/api/java/lang/String.html">String [] args) throws 1.5.0/docs/api/java/io/IOException.html">IOException {
14
 
1814 jmachado 15
        try {
16
            1.5.0/docs/api/java/lang/Class.html">Class.forName("int");
17
        } catch (1.5.0/docs/api/java/lang/ClassNotFoundException.html">ClassNotFoundException e) {
18
            e.printStackTrace();
19
        }
1653 jmachado 20
    }
1312 jmachado 21
 
495 jmachado 22
}