net.sf.jpkgmk
Interface LineProvider

All Known Subinterfaces:
PkgMapEntry, PrototypeEntry
All Known Implementing Classes:
AbstractLineProvider, AbstractPkgMapEntry, AbstractPrototypeEntry, AbstractPrototypeEntryDevice, PkgMapEntryComment, PkgMapEntryDevice, PkgMapEntryFile, PkgMapEntryHeader, PkgMapEntryInfo, PkgMapEntryLink, PkgMapEntryPipe, PrototypeEntryBlockDevice, PrototypeEntryCharacterDevice, PrototypeEntryCommand, PrototypeEntryCommandDefault, PrototypeEntryCommandInclude, PrototypeEntryCommandSearch, PrototypeEntryCommandVariable, PrototypeEntryComment, PrototypeEntryDirectory, PrototypeEntryDirectoryExclusive, PrototypeEntryFile, PrototypeEntryFileEditable, PrototypeEntryFileVolatile, PrototypeEntryInfo, PrototypeEntryLink, PrototypeEntryPipe, PrototypeEntrySymbolicLink

public interface LineProvider

Since:
1.0
Version:
$Revision: 2 $ $Date: 2008-08-20 21:14:19 +0200 (Mi, 20 Aug 2008) $
Author:
gommma (gommma AT users.sourceforge.net), Last changed by: $Author: gommma $

Method Summary
 java.lang.String getLine()
           
 void write(java.io.Writer writer)
          Writes this entry line to the given writer
 

Method Detail

write

void write(java.io.Writer writer)
           throws java.io.IOException
Writes this entry line to the given writer

Parameters:
writer -
Throws:
java.io.IOException

getLine

java.lang.String getLine()
Returns:
The prototype line


Copyright © 2007-2008. All Rights Reserved.