atg.deployment.server
Class Deployment.VersionContainerIncludeCheckerImpl

java.lang.Object
  extended by atg.deployment.server.Deployment.VersionContainerIncludeCheckerImpl
All Implemented Interfaces:
atg.versionmanager.impl.VersionContainerIncludeChecker
Enclosing class:
Deployment

public class Deployment.VersionContainerIncludeCheckerImpl
extends java.lang.Object
implements atg.versionmanager.impl.VersionContainerIncludeChecker


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
Deployment.VersionContainerIncludeCheckerImpl()
           
 
Method Summary
 boolean shouldInclude(atg.adapter.version.RepositoryVersionContainer pRepositoryVersionContainer)
          If assets from the container are of interest for the deployment this checker was created for.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

Deployment.VersionContainerIncludeCheckerImpl

public Deployment.VersionContainerIncludeCheckerImpl()
                                              throws atg.deployment.common.DeploymentException
Throws:
atg.deployment.common.DeploymentException
Method Detail

shouldInclude

public boolean shouldInclude(atg.adapter.version.RepositoryVersionContainer pRepositoryVersionContainer)
                      throws VersionException
If assets from the container are of interest for the deployment this checker was created for.

Specified by:
shouldInclude in interface atg.versionmanager.impl.VersionContainerIncludeChecker
Throws:
VersionException
See Also:
VersionContainerIncludeChecker.shouldInclude(atg.adapter.version.RepositoryVersionContainer)