Package com.sos.scheduler.engine.kernel.util

Examples of com.sos.scheduler.engine.kernel.util.ClassResource


        catch (IOException x) { throw new RuntimeException(x); }
    }


    public MavenProperties(Class<?> clas) {
        this(new ClassResource(clas, resourceSimpleName));
    }
View Full Code Here

TOP

Related Classes of com.sos.scheduler.engine.kernel.util.ClassResource

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.