java.lang.Object
io.qt.QtObject
io.qt.core.internal.QAbstractFileEngineHandler
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class QAbstractFileEngineHandler
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceFactory interface for file engine creation -
Constructor Summary
ConstructorsConstructorDescriptionSeeQAbstractFileEngineHandler::QAbstractFileEngineHandler() -
Method Summary
Modifier and TypeMethodDescriptionabstract QAbstractFileEngineSeeQAbstractFileEngineHandler::create(QString)const static QAbstractFileEngineHandlerfromEndsWith(QAbstractFileEngineHandler.FileEngineFactory factory, String suffix) Creates a file engine handler for file names ending withsuffixstatic QAbstractFileEngineHandlerfromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerfromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerfromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerfromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerfromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerfromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerfromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerfromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerfromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerfromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerfromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerfromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexpstatic QAbstractFileEngineHandlerfromStartsWith(QAbstractFileEngineHandler.FileEngineFactory factory, String prefix) Creates a file engine handler for file names starting withprefixMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QAbstractFileEngineHandler
public QAbstractFileEngineHandler()See
QAbstractFileEngineHandler::QAbstractFileEngineHandler()
-
-
Method Details
-
create
See
QAbstractFileEngineHandler::create(QString)const - Parameters:
fileName-- Returns:
-
fromStartsWith
@QtUninvokable public static QAbstractFileEngineHandler fromStartsWith(QAbstractFileEngineHandler.FileEngineFactory factory, String prefix) Creates a file engine handler for file names starting withprefix- Parameters:
factory- the file engine factoryprefix- file name prefix- Returns:
- a new installed file engine handler
- See Also:
-
fromEndsWith
@QtUninvokable public static QAbstractFileEngineHandler fromEndsWith(QAbstractFileEngineHandler.FileEngineFactory factory, String suffix) Creates a file engine handler for file names ending withsuffix- Parameters:
factory- the file engine factorysuffix- file name suffix- Returns:
- a new installed file engine handler
- See Also:
-
fromMatch
@QtUninvokable public static QAbstractFileEngineHandler fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp- Parameters:
factory- the file engine factoryregexp- file name regexpmatchType- the match typematchOptions- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromMatch
@QtUninvokable public static QAbstractFileEngineHandler fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp- Parameters:
factory- the file engine factoryregexp- file name regexpmatchOptions- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromMatch
@QtUninvokable public static QAbstractFileEngineHandler fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType) Creates a file engine handler for file names having match withregexp- Parameters:
factory- the file engine factoryregexp- file name regexpmatchType- the match type- Returns:
- a new installed file engine handler
- See Also:
-
fromMatch
@QtUninvokable public static QAbstractFileEngineHandler fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp- Parameters:
factory- the file engine factoryregexp- file name regexpmatchType- the match typematchOptions- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromMatch
@QtUninvokable public static QAbstractFileEngineHandler fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp- Parameters:
factory- the file engine factoryregexp- file name regexpmatchOptions- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromMatch
@QtUninvokable public static QAbstractFileEngineHandler fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp) Creates a file engine handler for file names having match withregexp- Parameters:
factory- the file engine factoryregexp- file name regexp- Returns:
- a new installed file engine handler
- See Also:
-
fromMatch
@QtUninvokable public static QAbstractFileEngineHandler fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset) Creates a file engine handler for file names having match withregexp- Parameters:
factory- the file engine factoryregexp- file name regexpoffset- the offset of the match- Returns:
- a new installed file engine handler
- See Also:
-
fromMatch
@QtUninvokable public static QAbstractFileEngineHandler fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp- Parameters:
factory- the file engine factoryregexp- file name regexpoffset- the offset of the matchmatchType- the match typematchOptions- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromMatch
@QtUninvokable public static QAbstractFileEngineHandler fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType) Creates a file engine handler for file names having match withregexp- Parameters:
factory- the file engine factoryregexp- file name regexpoffset- the offset of the matchmatchType- the match typematchOptions- options for the match- Returns:
- a new installed file engine handler
- See Also:
-
fromMatch
@QtUninvokable public static QAbstractFileEngineHandler fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOption ... matchOptions) Creates a file engine handler for file names having match withregexp- Parameters:
factory- the file engine factoryregexp- file name regexpoffset- the offset of the matchmatchOptions- options for the matchmatchType- the match type- Returns:
- a new installed file engine handler
- See Also:
-
fromMatch
@QtUninvokable public static QAbstractFileEngineHandler fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp- Parameters:
factory- the file engine factoryregexp- file name regexpoffset- the offset of the matchmatchOptions- options for the matchmatchType- the match type- Returns:
- a new installed file engine handler
- See Also:
-
fromMatch
@QtUninvokable public static QAbstractFileEngineHandler fromMatch(QAbstractFileEngineHandler.FileEngineFactory factory, QRegularExpression regexp, long offset, QRegularExpression.MatchType matchType, QRegularExpression.MatchOptions matchOptions) Creates a file engine handler for file names having match withregexp- Parameters:
factory- the file engine factoryregexp- file name regexpoffset- the offset of the matchmatchType- the match typematchOptions- options for the match- Returns:
- a new installed file engine handler
- See Also:
-