|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BarcodeClassResolver
This interface is used to resolve arbitrary string to classnames of Barcode implementations.
Method Summary | |
---|---|
java.util.Collection |
getBarcodeNames()
Return the names of all registered barcode types. |
java.lang.Class |
resolve(java.lang.String name)
Returns the Class object of a Barcode implementation. |
java.lang.Class |
resolveBean(java.lang.String name)
Returns the Class object of a Barcode bean implementation. |
Method Detail |
---|
java.lang.Class resolve(java.lang.String name) throws java.lang.ClassNotFoundException
name
- Name or Classname of a Barcode implementation class
java.lang.ClassNotFoundException
- If the class could not be resolvedjava.lang.Class resolveBean(java.lang.String name) throws java.lang.ClassNotFoundException
name
- Name or Classname of a Barcode bean implementation class
java.lang.ClassNotFoundException
- If the class could not be resolvedjava.util.Collection getBarcodeNames()
|
barcode4j 2.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |