Package com.github.maven_nar

Examples of com.github.maven_nar.Linker


    protected void setUp()
        throws Exception
    {
        super.setUp();
        String architecture = System.getProperty( "os.arch" );
        linker = new Linker();
//        String name =
            linker.getName( NarProperties.getInstance(null), NarUtil.getArchitecture( architecture ) + "." + NarUtil.getOS( null )
                + "." );
    }
View Full Code Here

TOP

Related Classes of com.github.maven_nar.Linker

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.