Package sonia.scm.repository
Class BrowserResult
java.lang.Object
sonia.scm.repository.BrowserResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBrowserResult
(String revision, String requestedRevision, FileObject file) BrowserResult
(String revision, String requestedRevision, FileObject file, boolean modifiable) BrowserResult
(String revision, FileObject file) BrowserResult
(String revision, FileObject file, boolean modifiable) -
Method Summary
Modifier and TypeMethodDescriptiongetFile()
boolean
If this istrue
, the requested revision represents a modifiable head of the repository or (if supported) a branch and therefore can be modified.
-
Constructor Details
-
BrowserResult
public BrowserResult() -
BrowserResult
-
BrowserResult
-
BrowserResult
-
BrowserResult
public BrowserResult(String revision, String requestedRevision, FileObject file, boolean modifiable)
-
-
Method Details
-
getRevision
-
getRequestedRevision
-
getFile
-
isModifiable
public boolean isModifiable()If this istrue
, the requested revision represents a modifiable head of the repository or (if supported) a branch and therefore can be modified.- Since:
- 3.6.0
-