org.jacorb.idl
Class JacIDL.I2JPackageTagHandler
java.lang.Object
org.jacorb.idl.JacIDL.I2JPackageTagHandler
- Enclosing class:
- JacIDL
public class JacIDL.I2JPackageTagHandler
- extends Object
Inner class that will read the i2jpackage tags.
The format for these will be .
- See Also:
JacIDL.createI2jpackage()
|
Method Summary |
void |
setFile(File pkgfile)
Handle the equivalent of -i2jpackagefile argument to parser.java |
void |
setNames(String names)
Handle the names="packagefrom:packageto" attribute of the i2jpackage element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JacIDL.I2JPackageTagHandler
public JacIDL.I2JPackageTagHandler()
setNames
public void setNames(String names)
- Handle the names="packagefrom:packageto" attribute of the i2jpackage element.
- Parameters:
names - the packagefrom:packageto value.
setFile
public void setFile(File pkgfile)
- Handle the equivalent of -i2jpackagefile argument to parser.java
- Parameters:
pkgfile - the file which contains packagefrom:packageto lines
Copyright © 2012 JacORB. All Rights Reserved.