Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F12660979
ArcanistFilesystemAPI.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
ArcanistFilesystemAPI.php
View Options
<?php
final
class
ArcanistFilesystemAPI
extends
ArcanistRepositoryAPI
{
public
function
getSourceControlSystemName
()
{
return
'filesystem'
;
}
protected
function
buildUncommittedStatus
()
{
throw
new
PhutilMethodNotImplementedException
();
}
protected
function
buildCommitRangeStatus
()
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
getAllFiles
()
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
getBlame
(
$path
)
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
getRawDiffText
(
$path
)
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
getOriginalFileData
(
$path
)
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
getCurrentFileData
(
$path
)
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
getLocalCommitInformation
()
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
getSourceControlBaseRevision
()
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
getCanonicalRevisionName
(
$string
)
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
getBranchName
()
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
getSourceControlPath
()
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
isHistoryDefaultImmutable
()
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
supportsAmend
()
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
getWorkingCopyRevision
()
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
updateWorkingCopy
()
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
getMetadataPath
()
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
loadWorkingCopyDifferentialRevisions
(
ConduitClient
$conduit
,
array
$query
)
{
throw
new
PhutilMethodNotImplementedException
();
}
public
function
getRemoteURI
()
{
return
null
;
}
public
function
supportsLocalCommits
()
{
throw
new
PhutilMethodNotImplementedException
();
}
protected
function
buildLocalFuture
(
array
$argv
)
{
$future
=
newv
(
'ExecFuture'
,
$argv
);
$future
->
setCWD
(
$this
->
getPath
());
return
$future
;
}
public
function
supportsCommitRanges
()
{
throw
new
PhutilMethodNotImplementedException
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 28, 15:43 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1050169
Default Alt Text
ArcanistFilesystemAPI.php (2 KB)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment