Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check TemplateSetConfigurationManager #1668

Open
jan-vcapgemini opened this issue Apr 3, 2023 · 0 comments
Open

Check TemplateSetConfigurationManager #1668

jan-vcapgemini opened this issue Apr 3, 2023 · 0 comments

Comments

@jan-vcapgemini
Copy link
Collaborator

jan-vcapgemini commented Apr 3, 2023

Check if TemplateSetConfigurationManager can/should be integrated into TemplateSetConfigurationReader.

public class TemplateSetConfigurationManager {
/** List with the paths of the configuration locations for the template-set.xml files */
private Map<Path, Path> configLocations;
/**
* The constructor.
*/
public TemplateSetConfigurationManager() {
this.configLocations = new HashMap<>();
}
/**
* @return configLocations
*/
public Map<Path, Path> getConfigLocations() {
return this.configLocations;
}

/** Path of the template set configuration file */
private Path templateSetFile;
/** Path of the configuration location for a template-set.xml file e.g. src/main/resources */
private Path configLocation;
/** The static representation of the TemplateSetConfiguration */
private com.devonfw.cobigen.impl.config.entity.io.TemplateSetConfiguration templateSetConfiguration;
/** List with the paths of the configuration locations for the template-set.xml files */
private Map<Path, Path> configLocations = new HashMap<>();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant