aQute.bnd.build.model.conversions
Class NoopConverter<T>

java.lang.Object
  extended by aQute.bnd.build.model.conversions.NoopConverter<T>
All Implemented Interfaces:
Converter<T,T>

public class NoopConverter<T>
extends Object
implements Converter<T,T>


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

Constructor Detail

NoopConverter

public NoopConverter()
Method Detail

convert

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

error

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


Copyright © 2014 aQute SARL. All rights reserved.