org.kie.commons.java.nio.fs.jgit
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
equals(Object o) |
org.eclipse.jgit.transport.CredentialsProvider |
getCredential() |
Iterable<org.kie.commons.java.nio.file.FileStore> |
getFileStores() |
String |
getName() |
org.kie.commons.java.nio.file.Path |
getPath(String first,
String... more) |
org.kie.commons.java.nio.file.PathMatcher |
getPathMatcher(String syntaxAndPattern) |
Iterable<org.kie.commons.java.nio.file.Path> |
getRootDirectories() |
String |
getSeparator() |
org.kie.commons.java.nio.file.attribute.UserPrincipalLookupService |
getUserPrincipalLookupService() |
org.eclipse.jgit.api.Git |
gitRepo() |
int |
hashCode() |
String |
id() |
boolean |
isOpen() |
boolean |
isReadOnly() |
org.kie.commons.java.nio.file.WatchService |
newWatchService() |
org.kie.commons.java.nio.file.spi.FileSystemProvider |
provider() |
void |
publishEvents(org.kie.commons.java.nio.file.Path watchable,
List<org.kie.commons.java.nio.file.WatchEvent<?>> events) |
Set<String> |
supportedFileAttributeViews() |
String |
toString() |
public String id()
id
in interface org.kie.commons.java.nio.base.FileSystemId
public String getName()
public org.eclipse.jgit.api.Git gitRepo()
public org.eclipse.jgit.transport.CredentialsProvider getCredential()
public org.kie.commons.java.nio.file.spi.FileSystemProvider provider()
provider
in interface org.kie.commons.java.nio.file.FileSystem
public boolean isOpen()
isOpen
in interface org.kie.commons.java.nio.file.FileSystem
public boolean isReadOnly()
isReadOnly
in interface org.kie.commons.java.nio.file.FileSystem
public String getSeparator()
getSeparator
in interface org.kie.commons.java.nio.file.FileSystem
public Iterable<org.kie.commons.java.nio.file.Path> getRootDirectories()
getRootDirectories
in interface org.kie.commons.java.nio.file.FileSystem
public Iterable<org.kie.commons.java.nio.file.FileStore> getFileStores()
getFileStores
in interface org.kie.commons.java.nio.file.FileSystem
public Set<String> supportedFileAttributeViews()
supportedFileAttributeViews
in interface org.kie.commons.java.nio.file.FileSystem
public org.kie.commons.java.nio.file.Path getPath(String first, String... more) throws org.kie.commons.java.nio.file.InvalidPathException
getPath
in interface org.kie.commons.java.nio.file.FileSystem
org.kie.commons.java.nio.file.InvalidPathException
public org.kie.commons.java.nio.file.PathMatcher getPathMatcher(String syntaxAndPattern) throws IllegalArgumentException, org.kie.commons.java.nio.file.PatternSyntaxException, UnsupportedOperationException
getPathMatcher
in interface org.kie.commons.java.nio.file.FileSystem
IllegalArgumentException
org.kie.commons.java.nio.file.PatternSyntaxException
UnsupportedOperationException
public org.kie.commons.java.nio.file.attribute.UserPrincipalLookupService getUserPrincipalLookupService() throws UnsupportedOperationException
getUserPrincipalLookupService
in interface org.kie.commons.java.nio.file.FileSystem
UnsupportedOperationException
public org.kie.commons.java.nio.file.WatchService newWatchService() throws UnsupportedOperationException, org.kie.commons.java.nio.IOException
newWatchService
in interface org.kie.commons.java.nio.file.FileSystem
UnsupportedOperationException
org.kie.commons.java.nio.IOException
public void close() throws org.kie.commons.java.nio.IOException
public void publishEvents(org.kie.commons.java.nio.file.Path watchable, List<org.kie.commons.java.nio.file.WatchEvent<?>> events)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.