org.apache.maven.archetype.ui
Interface ArchetypeCreationQueryer
- All Known Implementing Classes:
- DefaultArchetypeCreationQueryer
public interface ArchetypeCreationQueryer
Field Summary |
static java.lang.String |
ROLE
|
ROLE
static final java.lang.String ROLE
getArchetypeArtifactId
java.lang.String getArchetypeArtifactId(java.lang.String defaultValue)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
getArchetypeGroupId
java.lang.String getArchetypeGroupId(java.lang.String defaultValue)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
getArchetypeVersion
java.lang.String getArchetypeVersion(java.lang.String defaultValue)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
getArtifactId
java.lang.String getArtifactId(java.lang.String defaultValue)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
askAddAnotherProperty
boolean askAddAnotherProperty()
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
askNewPropertyKey
java.lang.String askNewPropertyKey()
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
askReplacementValue
java.lang.String askReplacementValue(java.lang.String propertyKey,
java.lang.String defaultValue)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
confirmConfiguration
boolean confirmConfiguration(org.apache.maven.archetype.common.ArchetypeConfiguration archetypeConfiguration)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
getGroupId
java.lang.String getGroupId(java.lang.String defaultValue)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
getPackage
java.lang.String getPackage(java.lang.String defaultValue)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
getVersion
java.lang.String getVersion(java.lang.String defaultValue)
throws org.codehaus.plexus.components.interactivity.PrompterException
- Throws:
org.codehaus.plexus.components.interactivity.PrompterException
Copyright © 2007-2008 Apache Software Foundation. All Rights Reserved.