aQute.bnd.build.model.conversions
Class EEConverter

java.lang.Object
  extended by aQute.bnd.build.model.conversions.EEConverter
All Implemented Interfaces:
Converter<EE,String>

public class EEConverter
extends Object
implements Converter<EE,String>


Constructor Summary
EEConverter()
           
 
Method Summary
 EE convert(String input)
           
 EE error(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EEConverter

public EEConverter()
Method Detail

convert

public EE convert(String input)
           throws IllegalArgumentException
Specified by:
convert in interface Converter<EE,String>
Throws:
IllegalArgumentException

error

public EE error(String msg)
Specified by:
error in interface Converter<EE,String>


Copyright © 2014 aQute SARL. All rights reserved.