org.mmbase.applications.packaging.packagehandlers
Class FunctionSetPackage

java.lang.Object
  extended byorg.mmbase.applications.packaging.packagehandlers.BasicPackage
      extended byorg.mmbase.applications.packaging.packagehandlers.FunctionSetPackage
All Implemented Interfaces:
PackageInterface

public class FunctionSetPackage
extends BasicPackage
implements PackageInterface

FunctionSetPackage, Handler for html packages

Author:
Daniel Ockeloen (MMBased)

Field Summary
static java.lang.String DTD_FUNCTIONSETS_1_0
          DTD resource filename of the functionsets DTD version 1.0
static java.lang.String PUBLIC_ID_FUNCTIONSETS_1_0
          Public ID of the functionsets DTD version 1.0
 
Fields inherited from class org.mmbase.applications.packaging.packagehandlers.BasicPackage
DTD_PACKAGE_1_0, DTD_PACKAGEDEPENDS_1_0, PUBLIC_ID_PACKAGE_1_0, PUBLIC_ID_PACKAGEDEPENDS_1_0
 
Constructor Summary
FunctionSetPackage()
          Constructor for the FunctionSetPackage object
 
Method Summary
 boolean install()
          Description of the Method
static void registerPublicIDs()
          Register the Public Ids for DTDs used by DatabaseReader This method is called by XMLEntityResolver.
 boolean uninstall()
          Description of the Method
 
Methods inherited from class org.mmbase.applications.packaging.packagehandlers.BasicPackage
clearInstallSteps, dependsInstalled, getBundleStep, getCreationDate, getDependsFailed, getDescription, getId, getInstallationNotes, getInstallSteps, getInstallSteps, getJarFile, getJarStream, getLicenseBody, getLicenseName, getLicenseType, getLicenseVersion, getMaintainer, getName, getNextInstallStep, getParentBundle, getPath, getProgressBarValue, getProvider, getRelatedPeople, getReleaseNotes, getState, getType, getVersion, increaseProgressBar, increaseProgressBar, init, install, lastSeen, setParentBundle, setProgressBar, setState, signalUpdate, uninstall, updateRegistryInstalled, updateRegistryUninstalled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mmbase.applications.packaging.packagehandlers.PackageInterface
clearInstallSteps, getCreationDate, getDependsFailed, getDescription, getId, getInstallationNotes, getInstallSteps, getInstallSteps, getJarFile, getJarStream, getLicenseBody, getLicenseName, getLicenseType, getLicenseVersion, getMaintainer, getName, getParentBundle, getPath, getProgressBarValue, getProvider, getRelatedPeople, getReleaseNotes, getState, getType, getVersion, increaseProgressBar, increaseProgressBar, init, install, setParentBundle, setProgressBar, setState, uninstall
 

Field Detail

DTD_FUNCTIONSETS_1_0

public static final java.lang.String DTD_FUNCTIONSETS_1_0
DTD resource filename of the functionsets DTD version 1.0

See Also:
Constant Field Values

PUBLIC_ID_FUNCTIONSETS_1_0

public static final java.lang.String PUBLIC_ID_FUNCTIONSETS_1_0
Public ID of the functionsets DTD version 1.0

See Also:
Constant Field Values
Constructor Detail

FunctionSetPackage

public FunctionSetPackage()
Constructor for the FunctionSetPackage object

Method Detail

registerPublicIDs

public static void registerPublicIDs()
Register the Public Ids for DTDs used by DatabaseReader This method is called by XMLEntityResolver.


install

public boolean install()
Description of the Method

Specified by:
install in interface PackageInterface
Overrides:
install in class BasicPackage
Returns:
Description of the Return Value

uninstall

public boolean uninstall()
Description of the Method

Specified by:
uninstall in interface PackageInterface
Overrides:
uninstall in class BasicPackage
Returns:
Description of the Return Value


packaging build MMBase-1_8_3