public class FSEntry extends Object
Constructor and Description |
---|
FSEntry() |
FSEntry(FSID id,
SVNNodeKind type,
String name) |
Modifier and Type | Method and Description |
---|---|
FSID |
getId() |
String |
getName() |
SVNNodeKind |
getType() |
void |
setId(FSID id) |
void |
setName(String name) |
void |
setType(SVNNodeKind type) |
String |
toString() |
public FSEntry()
public FSEntry(FSID id, SVNNodeKind type, String name)
public void setId(FSID id)
public void setType(SVNNodeKind type)
public void setName(String name)
public FSID getId()
public SVNNodeKind getType()
public String getName()
Copyright © 2023. All rights reserved.