aQute.bnd.build.model.conversions
Class NoopConverter<T>
java.lang.Object
aQute.bnd.build.model.conversions.NoopConverter<T>
- All Implemented Interfaces:
- Converter<T,T>
public class NoopConverter<T>
- extends Object
- implements Converter<T,T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoopConverter
public NoopConverter()
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.