hudson.plugin.scm.fsscm
Class FolderDiff.Entry

java.lang.Object
  extended by hudson.plugin.scm.fsscm.FolderDiff.Entry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FolderDiff

public static class FolderDiff.Entry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class FolderDiff.Entry.Type
           
 
Constructor Summary
FolderDiff.Entry()
           
FolderDiff.Entry(java.lang.String filename, FolderDiff.Entry.Type type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getFilename()
           
 FolderDiff.Entry.Type getType()
           
 int hashCode()
           
 void setFilename(java.lang.String filename)
           
 void setType(FolderDiff.Entry.Type type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderDiff.Entry

public FolderDiff.Entry()

FolderDiff.Entry

public FolderDiff.Entry(java.lang.String filename,
                        FolderDiff.Entry.Type type)
Method Detail

getFilename

public java.lang.String getFilename()

setFilename

public void setFilename(java.lang.String filename)

getType

public FolderDiff.Entry.Type getType()

setType

public void setType(FolderDiff.Entry.Type type)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2009. All Rights Reserved.