- io.fabric8.tooling.archetype - package io.fabric8.tooling.archetype
-
- io.fabric8.tooling.archetype.builder - package io.fabric8.tooling.archetype.builder
-
- io.fabric8.tooling.archetype.generator - package io.fabric8.tooling.archetype.generator
-
- isEmpty(String) - Static method in class io.fabric8.tooling.archetype.ArchetypeUtils
-
- isValidFileToCopy(File, File) - Method in class io.fabric8.tooling.archetype.ArchetypeUtils
-
Is the file a valid file to copy (excludes files starting with a dot, build output
or java/groovy/kotlin/scala source code
- isValidProjectPom(File) - Method in class io.fabric8.tooling.archetype.ArchetypeUtils
-
Checks if the passed POM file describes project with packaging other than pom.
- isValidRequiredPropertyName(String) - Method in class io.fabric8.tooling.archetype.builder.ArchetypeBuilder
-
Returns true if this is a valid archetype property name, so excluding basedir and maven "project." names
- isValidSourceFileOrDir(File) - Method in class io.fabric8.tooling.archetype.ArchetypeUtils
-
Returns true if this file is a valid source file; so
excluding things like .svn directories and whatnot