Package de.saumya.mojo.jruby.JRubyVersion

Examples of de.saumya.mojo.jruby.JRubyVersion.Mode


        if (this.modes != null )
        {
            String[] modes = this.modes.split( "[\\ ,;]+" );
            for( String m : modes )
            {
                Mode mode = Mode.valueOf( "_" + m.replace( ".", "" ) );
                if ( ! result.contains( mode ) )
                {
                    result.add( mode );
                }
            }
View Full Code Here

TOP

Related Classes of de.saumya.mojo.jruby.JRubyVersion.Mode

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.