public final class Depository extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
addDepot(Depot depot)
添加仓库
|
static void |
addWrapper(Wrapper wrapper)
添加封套
|
static Artifact |
getArtifact(Raw raw)
原料加工
|
static Artifact |
getArtifact(String name)
原料加工
|
static Artifact |
getArtifact(String name,
Prober prober)
原料加工
|
static List<Artifact> |
getArtifacts(String name)
原料加工
|
static List<Artifact> |
getArtifacts(String name,
Prober prober)
原料加工
|
static Depot |
getDepot(String name)
获取仓库
|
static Map<String,Depot> |
getDepots()
所有仓库
|
static Raw |
getRaw(String name)
获取原料
|
static Raw |
getRaw(String name,
Prober prober)
获取原料
|
static List<Raw> |
getRaws(String name)
获取原料
|
static List<Raw> |
getRaws(String name,
Prober prober)
获取原料
|
static Wrapper |
getWrapper(String name)
获取封套
|
static Map<String,Wrapper> |
getWrappers()
所有封套
|
static void |
mount(Object describe)
挂载仓位
|
static void |
unmount(Object describe)
卸载仓位
|
public static void addDepot(Depot depot)
depot - public static void addWrapper(Wrapper wrapper)
wrapper - public static void mount(Object describe)
describe - public static Artifact getArtifact(String name, Prober prober)
name - prober - public static List<Artifact> getArtifacts(String name, Prober prober)
name - prober - public static void unmount(Object describe)
describe - Copyright © 2024. All rights reserved.