Package aQute.bnd.osgi

Examples of aQute.bnd.osgi.Instruction


        }


        public DependencyFilter( String expression, String defaultValue )
        {
            m_instruction = new Instruction( expression );
            m_defaultValue = defaultValue;
        }
View Full Code Here


      this(expression, "");
    }


    public DependencyFilter(String expression, String defaultValue) {
      m_instruction = new Instruction(expression);
      m_defaultValue = defaultValue;
    }
View Full Code Here

TOP

Related Classes of aQute.bnd.osgi.Instruction

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.