atg.deployment.server
Class Deployment.VersionContainerIncludeCheckerImpl
java.lang.Object
   atg.deployment.server.Deployment.VersionContainerIncludeCheckerImpl
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
 
| Fields inherited from interface atg.versionmanager.impl.VersionContainerIncludeChecker | 
| CLASS_VERSION | 
 
 
| Method Summary | 
|  boolean | equals(java.lang.Object obj)
 | 
|  int | hashCode()
 | 
|  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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
 
Deployment.VersionContainerIncludeCheckerImpl
public Deployment.VersionContainerIncludeCheckerImpl(boolean pExcludeFiles,
                                                     boolean pExcludeRepositories)
                                              throws atg.deployment.common.DeploymentException
- Throws:
- atg.deployment.common.DeploymentException
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:
- shouldIncludein interface- atg.versionmanager.impl.VersionContainerIncludeChecker
 
- 
- Throws:
- VersionException
- See Also:
- VersionContainerIncludeChecker.shouldInclude(atg.adapter.version.RepositoryVersionContainer)
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- java.lang.Object
 
- 
 
equals
public boolean equals(java.lang.Object obj)
- 
- Overrides:
- equalsin class- java.lang.Object
 
-