org.rhq.core.domain.drift
Class DriftSnapshot.DriftSnapshotDirectory

java.lang.Object
  extended by org.rhq.core.domain.drift.DriftSnapshot.DriftSnapshotDirectory
All Implemented Interfaces:
Serializable
Enclosing class:
DriftSnapshot

public static class DriftSnapshot.DriftSnapshotDirectory
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DriftSnapshot.DriftSnapshotDirectory()
          for smartgwt, do not call
DriftSnapshot.DriftSnapshotDirectory(String directoryPath)
           
 
Method Summary
protected  void decrementFiles()
           
 int getAdded()
           
 int getChanged()
           
 String getDirectoryPath()
           
 int getFiles()
           
 int getRemoved()
           
protected  void incrementAdded()
           
protected  void incrementChanged()
           
protected  void incrementFiles()
           
protected  void incrementRemoved()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriftSnapshot.DriftSnapshotDirectory

public DriftSnapshot.DriftSnapshotDirectory()
for smartgwt, do not call


DriftSnapshot.DriftSnapshotDirectory

public DriftSnapshot.DriftSnapshotDirectory(String directoryPath)
Method Detail

getDirectoryPath

public String getDirectoryPath()

getFiles

public int getFiles()

decrementFiles

protected void decrementFiles()

incrementFiles

protected void incrementFiles()

getAdded

public int getAdded()

incrementAdded

protected void incrementAdded()

getChanged

public int getChanged()

incrementChanged

protected void incrementChanged()

getRemoved

public int getRemoved()

incrementRemoved

protected void incrementRemoved()


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.