Modifier and Type | Method and Description |
---|---|
ImportInfo |
accept(Session session,
Aggregate aggregate,
ArtifactSet artifacts)
Imports an artifact set for the given node.
|
ImportInfo |
accept(Session session,
Aggregate parent,
java.lang.String name,
ArtifactSet artifacts)
Imports an artifact set as new child node for the given parent.
|
ImportInfo accept(Session session, Aggregate aggregate, ArtifactSet artifacts) throws RepositoryException, java.io.IOException
session
- the session to use for importaggregate
- the aggregateartifacts
- the artifacts to importnull
otherwiseRepositoryException
- if an error occurs.java.io.IOException
- if a I/O error occursImportInfo accept(Session session, Aggregate parent, java.lang.String name, ArtifactSet artifacts) throws RepositoryException, java.io.IOException
session
- the session to use for importparent
- the parent aggregate of the new file to importname
- the name of the new nodeartifacts
- the artifacts to importnull
otherwiseRepositoryException
- if an error occurs.java.io.IOException
- if a I/O error occurs"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"