public abstract class AbstractConfigSource extends java.lang.Object implements ConfigSource
ConfigSource
implementations.Constructor and Description |
---|
AbstractConfigSource() |
Modifier and Type | Method and Description |
---|---|
@Nullable java.io.File |
getFile(@NotNull ProjectSettings projectSettings,
@NotNull java.lang.String type,
int index)
Returns a config file.
|
@NotNull java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, isArchDirectoryInputFieldEnabled, read
@NotNull public @NotNull java.lang.String toString()
toString
in interface ConfigSource
toString
in class java.lang.Object
@Nullable public @Nullable java.io.File getFile(@NotNull @NotNull ProjectSettings projectSettings, @NotNull @NotNull java.lang.String type, int index) throws java.io.IOException
ConfigSource
getFile
in interface ConfigSource
projectSettings
- the project settings to usetype
- the file typeindex
- the file index, starting with 0
null
if no more files are availablejava.io.IOException
- if an error occurs