public class ArchetypeCatalogsWriter extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ATT_CATALOG_DESCRIPTION |
static String |
ATT_CATALOG_ENABLED |
static String |
ATT_CATALOG_ID |
Constructor and Description |
---|
ArchetypeCatalogsWriter() |
Modifier and Type | Method and Description |
---|---|
Collection<ArchetypeCatalogFactory> |
readArchetypeCatalogs(InputStream is,
Map<String,ArchetypeCatalogFactory> existingCatalogs) |
void |
writeArchetypeCatalogs(Collection<ArchetypeCatalogFactory> catalogs,
OutputStream os) |
public static final String ATT_CATALOG_DESCRIPTION
public static final String ATT_CATALOG_ID
public static final String ATT_CATALOG_ENABLED
public Collection<ArchetypeCatalogFactory> readArchetypeCatalogs(InputStream is, Map<String,ArchetypeCatalogFactory> existingCatalogs) throws IOException
IOException
public void writeArchetypeCatalogs(Collection<ArchetypeCatalogFactory> catalogs, OutputStream os) throws IOException
IOException
Copyright © 2005–2018 Eclipse Foundation. All rights reserved.