Exemplo n.º 1
0
 public void unwrap() {
   setHeaderObjects(StringWrapper.unwrap(wrappedHeaderObjects));
   setLibs(StringWrapper.unwrap(wrappedLibs));
   setVariables(StringWrapper.unwrap(wrappedVariables));
   if (getClassPath() != null) {
     ((AntClassPath) getClassPath()).unwrap();
   }
   if (getJre() != null) {
     ((AntJre) getJre()).unwrap();
   }
 }