[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Parsing more than one file

alesj do-not-reply at jboss.com
Mon Mar 31 12:17:53 EDT 2008


Merge method has been changed a bit:

  |    /**
  |     * Merge files into one piece of metatdata
  |     *
  |     * @param unit the unit
  |     * @param root possibly null pre-existing root
  |     * @param files matching meta files
  |     * @param missingFiles file names that are missing matching file
  |     * @return merged metadata
  |     * @throws Exception for any error
  |     */
  |    protected T mergeFiles(VFSDeploymentUnit unit, T root, Set<VirtualFile> files, Set<String> missingFiles) throws Exception
  |    {
  |       return null;
  |    }
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140223#4140223

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140223



More information about the jboss-dev-forums mailing list