org.jaffa.tools.common
Class SourceDecomposer.GuardedBorder

java.lang.Object
  extended byorg.jaffa.tools.common.SourceDecomposer.GuardedBorder
Enclosing class:
SourceDecomposer

public static class SourceDecomposer.GuardedBorder
extends Object

For the input file, a GuardedBorder object will represent a block where custom code can be entered in the NetBeans editor.


Constructor Summary
SourceDecomposer.GuardedBorder(String key, String contents)
          Creates an instance.
 
Method Summary
 String getContents()
          Returns the contents.
 String getKey()
          Returns the key.
 void setContents(String contents)
          Sets the contents.
 String toString()
          Returns debug info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceDecomposer.GuardedBorder

public SourceDecomposer.GuardedBorder(String key,
                                      String contents)
Creates an instance.

Parameters:
key - The key which indentifies this guarded border
contents - The contents of the guarded border.
Method Detail

getKey

public String getKey()
Returns the key.

Returns:
the key.

getContents

public String getContents()
Returns the contents.

Returns:
the contents.

setContents

public void setContents(String contents)
Sets the contents.

Parameters:
contents - the contents.

toString

public String toString()
Returns debug info.

Returns:
debug info.


Copyright © 2002-2004 JAFFA Project.