Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.io.File> |
ActionPerformer.findMediaFiles(IProgressMonitor monitor) |
void |
ActionPerformer.performActions(IProgressMonitor monitor)
Used to perform the actions
|
void |
ActionPerformer.performActions(java.util.List<java.io.File> files,
java.util.Set<java.io.File> dirs,
IProgressMonitor parentMonitor)
Used to perform the actions
|
Modifier and Type | Method and Description |
---|---|
void |
FileSeenDatabase.read(IProgressMonitor progress)
Used to read the database from disk
|
void |
DatabaseSeenDatabase.read(IProgressMonitor progress)
Used to read the database from disk
|
void |
ISeenDatabase.read(IProgressMonitor progress)
Used to read the database from disk
|
void |
FileSeenDatabase.write(IProgressMonitor parentMonitor)
Used to write the database to disc
|
void |
DatabaseSeenDatabase.write(IProgressMonitor parentMonitor)
Used to write the database to disc
|
void |
ISeenDatabase.write(IProgressMonitor parentMonitor)
Used to write the database to disc
|
Modifier and Type | Class and Description |
---|---|
class |
NullProgressMonitor
A default progress monitor implementation suitable for subclassing.
|
class |
ProgressMonitorWrapper
An abstract wrapper around a progress monitor which,
unless overridden, forwards
IProgressMonitor
and IProgressMonitorWithBlocking methods to the wrapped progress monitor. |
class |
SubMonitor
A progress monitor that uses a given amount of work ticks from a parent monitor.
|
class |
SubProgressMonitor
For new implementations consider using
SubMonitor . |
Modifier and Type | Method and Description |
---|---|
IProgressMonitor |
ProgressMonitorWrapper.getWrappedProgressMonitor()
Returns the wrapped progress monitor.
|
Modifier and Type | Method and Description |
---|---|
static SubMonitor |
SubMonitor.convert(IProgressMonitor monitor)
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor.
|
static SubMonitor |
SubMonitor.convert(IProgressMonitor monitor,
int work)
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated
with the given number of ticks.
|
static SubMonitor |
SubMonitor.convert(IProgressMonitor monitor,
java.lang.String taskName,
int work)
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated
with the given number of ticks.
|
Constructor and Description |
---|
ProgressMonitorWrapper(IProgressMonitor monitor)
Creates a new wrapper around the given monitor.
|
SubProgressMonitor(IProgressMonitor monitor,
int ticks)
Creates a new sub-progress monitor for the given monitor.
|
SubProgressMonitor(IProgressMonitor monitor,
int ticks,
int style)
Creates a new sub-progress monitor for the given monitor.
|
Modifier and Type | Method and Description |
---|---|
EmptyResult |
XBMCRemoveAddonsCommand.execute(ICommandLogger logger,
IProgressMonitor monitor)
Used to execute the command
|
abstract R |
AbstractServerCommand.execute(ICommandLogger logger,
IProgressMonitor monitor)
Used to execute the command
|
XBMCListAddonsResult |
XBMCListAddonsCommand.execute(ICommandLogger logger,
IProgressMonitor monitor)
Used to execute the command
|
ImportMediaResult |
ImportMediaCommand.execute(ICommandLogger logger,
IProgressMonitor monitor)
Used to execute the command
|
EmptyResult |
XBMCUpdateAddonsCommand.execute(ICommandLogger logger,
IProgressMonitor monitor)
Used to execute the command
|
EmptyResult |
ManageMediaCommand.execute(ICommandLogger logger,
IProgressMonitor monitor)
Used to execute the command
|
EmptyResult |
XBMCInstallAddonsCommand.execute(ICommandLogger logger,
IProgressMonitor monitor)
Used to execute the command
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigReader.writeConfig(IProgressMonitor monitor,
java.io.File file)
Write the configuration to a file
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IEpisode> |
IStore.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
java.util.List<IEpisode> |
SapphireStore.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
java.util.Collection<IFilm> |
IStore.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|
java.util.List<IFilm> |
SapphireStore.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IEpisode> |
DatabaseStore.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
java.util.Collection<IFilm> |
DatabaseStore.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IEpisode> |
MemoryStore.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
java.util.Collection<IFilm> |
MemoryStore.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IEpisode> |
MP4ITunesStore.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
java.util.List<IFilm> |
MP4ITunesStore.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IEpisode> |
RemoteMacOSXItunesStore.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
java.util.Collection<IFilm> |
RemoteMacOSXItunesStore.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IEpisode> |
XMLStore2.listEpisodes(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the episodes within the store if the store supports the operation.
|
java.util.Collection<IFilm> |
XMLStore2.listFilms(MediaDirConfig dirConfig,
IProgressMonitor monitor)
This is used to list all the films within the store if the store supports the operation.
|