Package gap.jac.tools.JavaFileManager

Examples of gap.jac.tools.JavaFileManager.Location


    public void flush() throws IOException {
    }
    public void close() throws IOException {
    }
    public String toString(){
        Location location = this.location;
        if (null != location)
            return location.getName();
        else
            return "";
    }
View Full Code Here

TOP

Related Classes of gap.jac.tools.JavaFileManager.Location

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.