/*
  * (non-Javadoc)
  *
  * @see com.sun.tools.xjc.Plugin#getUsage()
  */
 @Override
 public String getUsage() {
   return impl.getUsage();
 }
 /*
  * (non-Javadoc)
  *
  * @see com.sun.tools.xjc.Plugin#run(com.sun.tools.xjc.outline.Outline, com.sun.tools.xjc.Options,
  *      org.xml.sax.ErrorHandler)
  */
 @Override
 public boolean run(Outline outline, Options opt, ErrorHandler errorHandler) throws SAXException {
   return impl.run(outline, opt, errorHandler);
 }
 /*
  * (non-Javadoc)
  *
  * @see com.sun.tools.xjc.Plugin#getOptionName()
  */
 @Override
 public String getOptionName() {
   return impl.getOptionName();
 }