Ejemplo n.º 1
0
 public void refresh(
     ComponentBundle source,
     ComponentBundle target,
     String propertyName,
     List<? extends DependencyInfo.DependPath> dependPaths) {
   value.refresh(source, target, propertyName, dependPaths);
 }
Ejemplo n.º 2
0
 public Map<String, List<DependencyInfo.DependPath>> getDenpendRefs() {
   return value.getDenpendRefs();
 }
Ejemplo n.º 3
0
 public void setVariable(Properties properties) {
   value.setVariable(properties);
 }
Ejemplo n.º 4
0
 public String getUnResolved(BaseCache readyServiceCache) {
   return value.getUnResolved(readyServiceCache);
 }
Ejemplo n.º 5
0
 public boolean containRef() {
   return value.containRef();
 }