|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FileException in com.edugility.jpa.maven.plugin |
---|
Subclasses of FileException in com.edugility.jpa.maven.plugin | |
---|---|
class |
DirectoryException
A FileException that results from a File
representing a directory failing validation of some kind. |
class |
NotDirectoryException
A FileException indicating that the File in
question was expected to be a
directory, but was not. |
class |
NotNormalFileException
A FileException indicating that the File in
question was expected to be a normal
file, but was not. |
class |
NotWritableDirectoryException
A DirectoryException indicating that the directory in
question was expected to be writable,
but was not. |
class |
NotWritableFileException
A FileException indicating that the File in
question was expected to be writable,
but was not. |
class |
PathCreationFailedException
A DirectoryException indicating that the File in
question had a path that should have been fully created by the
File.mkdirs() method, but that this path creation failed. |
Methods in com.edugility.jpa.maven.plugin that throw FileException | |
---|---|
private void |
ListEntityClassnamesMojo.initialize()
Called by the ListEntityClassnamesMojo.execute() method; initializes all fields
to their defaults if for some reason they were not already set
appropriately. |
private File |
ListEntityClassnamesMojo.initializeOutputFile()
Initializes the outputFile property and
returns its value. |
(package private) File |
ListEntityClassnamesMojo.initializeOutputFile(File outputFile)
Validates and "absolutizes" the supplied File and returns
the corrected version. |
private boolean |
ListEntityClassnamesMojo.validateOutputDirectory(File outputDirectory)
Ensures that the supplied File , after this method is
invoked, will designate a directory that exists and is
writable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |