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
 
Fields inherited from interface atg.versionmanager.impl.VersionContainerIncludeChecker
CLASS_VERSION
 
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
 

Constructor Detail

Deployment.VersionContainerIncludeCheckerImpl

public Deployment.VersionContainerIncludeCheckerImpl()
                                              throws DeploymentException
Throws:
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)