public interface Facet
Modifier and Type | Interface and Description |
---|---|
static interface |
Facet.Exposed
Marks
Facet interface and/or implementation as exposed. |
Modifier and Type | Method and Description |
---|---|
void |
attach(Repository repository)
Attach repository to facet.
|
void |
delete()
Delete facet.
|
void |
destroy()
Destroy facet.
|
void |
init()
Initialize facet.
|
void |
start()
Start facet.
|
void |
stop()
Stop facet.
|
void |
update()
Update facet.
|
void |
validate(Configuration configuration)
Validate configuration.
|
void attach(Repository repository) throws Exception
Exception
Repository.attach(Facet)
void validate(Configuration configuration) throws Exception
Exception
void update() throws Exception
Exception
void start() throws Exception
Exception
void stop() throws Exception
update()
.Exception
void delete() throws Exception
Exception
Copyright © 2008–2016 Sonatype, Inc.. All rights reserved.