Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.client.generator
Class GeneratorOptions

java.lang.Object
  extended by oracle.stellent.wcm.client.generator.GeneratorOptions


public class GeneratorOptions
extends java.lang.Object

Options for the SiteGenerator


Constructor Summary
GeneratorOptions()
           

 

Method Summary
 java.lang.String getContextPath()
           
 java.io.File getRootDirectory()
           
 java.lang.String getUser()
           
 boolean isRelativePaths()
           
 void setContextPath(java.lang.String contextPath)
           
 void setRelativePaths(boolean relativePaths)
           
 void setRootDirectory(java.io.File rootDirectory)
           
 void setUser(java.lang.String user)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

GeneratorOptions

public GeneratorOptions()

Method Detail

getRootDirectory

public java.io.File getRootDirectory()

setRootDirectory

public void setRootDirectory(java.io.File rootDirectory)

isRelativePaths

public boolean isRelativePaths()

setRelativePaths

public void setRelativePaths(boolean relativePaths)

getContextPath

public java.lang.String getContextPath()

setContextPath

public void setContextPath(java.lang.String contextPath)

getUser

public java.lang.String getUser()

setUser

public void setUser(java.lang.String user)

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.