org.kohsuke.apt.ftparchive.merge
Class PackageDef

java.lang.Object
  extended by org.kohsuke.apt.ftparchive.merge.PackageDef

public class PackageDef
extends Object

Author:
Kohsuke Kawaguchi

Constructor Summary
PackageDef(List<String> lines)
           
 
Method Summary
 String getName()
           
 void write(Writer w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageDef

public PackageDef(List<String> lines)
Method Detail

getName

public String getName()

write

public void write(Writer w)
           throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.