Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.base - Package : java.nio.file
Version documentée : Java SE 17

Interface « Path »

Informations générales

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public abstract int compareTo( Path other )
public abstract boolean endsWith( Path other )
public default boolean endsWith( String other )
public abstract boolean equals( Object other )
public abstract Path getFileName()
public abstract FileSystem getFileSystem()
public abstract Path getName( int index )
public abstract int getNameCount()
public abstract Path getParent()
public abstract Path getRoot()
public abstract int hashCode()
public abstract boolean isAbsolute()
public default Iterator<java.nio.file.Path> iterator()
public abstract Path normalize()
public static Path of( String first, String[] more )
public static Path of( URI uri )
public default WatchKey register( WatchService watcher, Kind<?>[] events )
public abstract WatchKey register( WatchService watcher, Kind<?>[] events, Modifier[] modifiers )
public abstract Path relativize( Path other )
public default Path resolve( String other )
public abstract Path resolve( Path other )
public default Path resolveSibling( Path other )
public default Path resolveSibling( String other )
public default boolean startsWith( String other )
public abstract boolean startsWith( Path other )
public abstract Path subpath( int beginIndex, int endIndex )
public abstract Path toAbsolutePath()
public default File toFile()
public abstract Path toRealPath( LinkOption[] options )
public abstract String toString()
public abstract URI toUri()