public abstract class AbstractNRepository extends Object implements NRepository, NRepositorySPI
| Modifier and Type | Field and Description |
|---|---|
protected NCachedValue<Boolean> |
available |
protected NRepositoryConfigModel |
configModel |
protected boolean |
enabled |
protected Map<String,String> |
extensions |
protected NRepositorySpec |
options |
protected NRepository |
parentRepository |
protected boolean |
supportsDeploy |
protected NObservableMap<String,Object> |
userProperties |
protected NWorkspace |
workspace |
| Constructor and Description |
|---|
AbstractNRepository() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbootConnectionString, isRemotedeploy, fetchContent, fetchDescriptor, isAcceptFetchMode, push, search, searchVersions, undeploy, updateStatisticsprotected NRepository parentRepository
protected NWorkspace workspace
protected NRepositoryConfigModel configModel
protected NObservableMap<String,Object> userProperties
protected NCachedValue<Boolean> available
protected boolean supportsDeploy
protected boolean enabled
protected NRepositorySpec options
public boolean isTemporary()
isTemporary in interface NRepositorypublic boolean isPreview()
isPreview in interface NRepositorypublic boolean containsTag(String tag)
containsTag in interface NRepositorypublic Set<String> tags()
tags in interface NRepositorypublic NRepository addTag(String tag)
addTag in interface NRepositorypublic NRepository removeTag(String tag)
removeTag in interface NRepositorypublic boolean isAccessible()
isAccessible in interface NRepositorypublic boolean isAccessible(boolean force)
isAccessible in interface NRepositorypublic boolean isSupportedDeploy()
isSupportedDeploy in interface NRepositorypublic boolean isSupportedDeploy(boolean force)
isSupportedDeploy in interface NRepositoryprotected boolean isAccessibleImpl()
public String repositoryType()
repositoryType in interface NRepositoryrepositoryType in interface NRepositorySPIpublic String uuid()
uuid in interface NRepositoryuuid in interface NRepositorySPIpublic String name()
name in interface NRepositoryname in interface NRepositorySPIpublic NWorkspace workspace()
workspace in interface NRepositoryworkspace in interface NRepositorySPIpublic NRepository parentRepository()
parentRepository in interface NRepositoryparentRepository in interface NRepositorySPIpublic NRepositoryConfigManager config()
config in interface NRepositoryconfig in interface NRepositorySPIpublic NRepository removeRepositoryListener(NRepositoryListener listener)
removeRepositoryListener in interface NRepositorypublic NRepository addRepositoryListener(NRepositoryListener listener)
addRepositoryListener in interface NRepositorypublic List<NRepositoryListener> repositoryListeners()
repositoryListeners in interface NRepositoryrepositoryListeners in interface NRepositorySPIpublic Map<String,Object> userProperties()
userProperties in interface NRepositoryuserProperties in interface NRepositorySPIpublic NRepository addUserPropertyListener(NObservableMapListener<String,Object> listener)
addUserPropertyListener in interface NRepositorypublic NRepository removeUserPropertyListener(NObservableMapListener<String,Object> listener)
removeUserPropertyListener in interface NRepositorypublic List<NObservableMapListener<String,Object>> userPropertyListeners()
userPropertyListeners in interface NRepositoryuserPropertyListeners in interface NRepositorySPIpublic boolean isEnabled()
isEnabled in interface NRepositoryisEnabled in interface NRepositorySPIpublic NRepository enabled(boolean enabled)
enabled in interface NRepositoryenabled in interface NRepositorySPICopyright © 2026 vpc open source initiative. All rights reserved.