Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enhydra.kelp.common.wizard.deploy
Class ContentBuilder  view ContentBuilder download ContentBuilder.java

java.lang.Object
  extended byorg.enhydra.kelp.common.wizard.AbstractBuilder
      extended byorg.enhydra.kelp.common.wizard.deploy.ContentBuilder

public class ContentBuilder
extends org.enhydra.kelp.common.wizard.AbstractBuilder


Field Summary
private  java.lang.String copyingTo
           
private  org.enhydra.kelp.common.map.Mapper mapper
           
(package private) static java.util.ResourceBundle res
           
private  org.enhydra.tool.common.PathHandle resourcePath
           
 
Fields inherited from class org.enhydra.kelp.common.wizard.AbstractBuilder
 
Constructor Summary
ContentBuilder()
           
 
Method Summary
private  java.lang.String getResourceDestPath(org.enhydra.kelp.common.node.OtterNode resource)
          Method declaration
 void make()
           
private  void makeDeploymentDesc()
           
private  void makeNonDocumentContent()
          Method declaration
private  void makeStaticDocuments()
           
 void setProject(org.enhydra.kelp.common.node.OtterProject p)
           
 
Methods inherited from class org.enhydra.kelp.common.wizard.AbstractBuilder
echo, echo, getEchoWriter, getProject, isEcho, setEcho, setEchoWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

res

static java.util.ResourceBundle res

mapper

private org.enhydra.kelp.common.map.Mapper mapper

resourcePath

private org.enhydra.tool.common.PathHandle resourcePath

copyingTo

private java.lang.String copyingTo
Constructor Detail

ContentBuilder

public ContentBuilder()
Method Detail

make

public void make()

setProject

public void setProject(org.enhydra.kelp.common.node.OtterProject p)

makeStaticDocuments

private void makeStaticDocuments()

makeNonDocumentContent

private void makeNonDocumentContent()
Method declaration


makeDeploymentDesc

private void makeDeploymentDesc()

getResourceDestPath

private java.lang.String getResourceDestPath(org.enhydra.kelp.common.node.OtterNode resource)
Method declaration