org.citygml4j.builder.jaxb
Class JAXBContextPath

java.lang.Object
  extended by org.citygml4j.builder.jaxb.JAXBContextPath

public class JAXBContextPath
extends java.lang.Object


Constructor Summary
JAXBContextPath()
           
 
Method Summary
static java.lang.String getContextPath()
           
static java.lang.String getContextPath(CityGMLVersion version)
           
static java.lang.String getContextPath(CityGMLVersion version, java.lang.String... packageNames)
           
static java.lang.String getContextPath(java.util.List<Module> modules)
           
static java.lang.String getContextPath(java.util.List<Module> modules, java.lang.String... packageNames)
           
static java.lang.String getContextPath(Module... modules)
           
static java.lang.String getContextPath(ModuleContext moduleContext)
           
static java.lang.String getContextPath(ModuleContext moduleContext, java.lang.String... packageNames)
           
static java.lang.String getContextPath(java.lang.String... packageNames)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBContextPath

public JAXBContextPath()
Method Detail

getContextPath

public static java.lang.String getContextPath()

getContextPath

public static java.lang.String getContextPath(java.lang.String... packageNames)

getContextPath

public static java.lang.String getContextPath(java.util.List<Module> modules)

getContextPath

public static java.lang.String getContextPath(java.util.List<Module> modules,
                                              java.lang.String... packageNames)

getContextPath

public static java.lang.String getContextPath(CityGMLVersion version)

getContextPath

public static java.lang.String getContextPath(CityGMLVersion version,
                                              java.lang.String... packageNames)

getContextPath

public static java.lang.String getContextPath(ModuleContext moduleContext)

getContextPath

public static java.lang.String getContextPath(ModuleContext moduleContext,
                                              java.lang.String... packageNames)

getContextPath

public static java.lang.String getContextPath(Module... modules)